diff options
-rw-r--r-- | CHANGES.md | 4 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md index 278cac8dd..a7fdc3a81 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Ishtar changelog ================ -v3.1.55 - 2022-04-06 --------------------- +v3.1.55-56 - 2022-04-06 +----------------------- ### Features ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index ed988177e..aee8cf363 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.55 -VERSION = (3, 1, 55) +# 3.1.56 +VERSION = (3, 1, 56) def get_version(): |