diff options
-rw-r--r-- | CHANGES.md | 2 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md index ec4c09940..dfe8cd185 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ date: 2022-05-17 Ishtar changelog ================ -v3.1.64->66 - 2022-05-18 +v3.1.64->67 - 2022-05-18 ------------------------ ### Bug fix ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index fd381cc1f..5f8a164ca 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.66 -VERSION = (3, 1, 66) +# 3.1.67 +VERSION = (3, 1, 67) def get_version(): |