diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-16 15:49:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-16 15:49:46 +0100 |
commit | 28b8fc7972246cd738a45ad4e9d925d91e179138 (patch) | |
tree | e6c0e253cbec21c389215310d11172c7525cbede | |
parent | e9d7414d0f1ccc49a2a169d5a9712f61ed5644e0 (diff) | |
download | Ishtar-28b8fc7972246cd738a45ad4e9d925d91e179138.tar.bz2 Ishtar-28b8fc7972246cd738a45ad4e9d925d91e179138.zip |
Command - ishtar_maintenance: fix main image
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 92fff7149..93e7d1798 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.40 - 2021-11-16 +-------------------- +### Features ### +- Command - ishtar_maintenance: fix main image + v3.1.39 - 2021-11-09 -------------------- ### Bugs ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index e50c259b0..8b6c64e13 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.39 -VERSION = (3, 1, 39) +# 3.1.40 +VERSION = (3, 1, 40) def get_version(): |