diff options
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index a7fdc3a81..153769736 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ Ishtar changelog ================ +v3.1.57 - 2022-04-13 +-------------------- + +### Bugs ### + +- Operation - fix label regeneration on town change + v3.1.55-56 - 2022-04-06 ----------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index aee8cf363..6fadd6547 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.56 -VERSION = (3, 1, 56) +# 3.1.57 +VERSION = (3, 1, 57) def get_version(): |