diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-07-29 11:25:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-07-29 11:25:25 +0200 |
commit | 07b1e2fa40320b68b5ca7a20494d60faf33350a5 (patch) | |
tree | 6204243be3ec90ce99e0380dcba46e1ed1953988 | |
parent | b36744b9fb5729315ca9ac92919ef8b315f8a3c8 (diff) | |
download | Ishtar-07b1e2fa40320b68b5ca7a20494d60faf33350a5.tar.bz2 Ishtar-07b1e2fa40320b68b5ca7a20494d60faf33350a5.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 008173917..8926ec619 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.33 - 2021-07-29 +-------------------- +### Bug fix ### +- Fix history_creator on duplicate + v3.1.32 - 2021-06-23 -------------------- ### Features ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 2d336ccb8..2108b47b1 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.32 -VERSION = (3, 1, 32) +# 3.1.33 +VERSION = (3, 1, 33) def get_version(): |