diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-19 11:45:05 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-19 11:45:05 +0200 |
commit | 660815271838337eecc243f677082c635d4e435f (patch) | |
tree | 3225d6d0c2502c999a9f08b4989027c207a2e85a | |
parent | 3787245fd493fe821e000b2a160ee0f4bfa37dcd (diff) | |
download | Ishtar-660815271838337eecc243f677082c635d4e435f.tar.bz2 Ishtar-660815271838337eecc243f677082c635d4e435f.zip |
New version
-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 4cf1c04e8..79814cba6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.35 - 2021-10-19 +-------------------- +### Bug fix ### +- Document: fix image with no file attached to + v3.1.34 - 2021-10-18 -------------------- ### Bug fix ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 59f7958a1..153018b6b 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.34 -VERSION = (3, 1, 34) +# 3.1.35 +VERSION = (3, 1, 35) def get_version(): |