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 739eb2f87..d32f8db3a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,8 +6,8 @@ date: 2022-09-18 Ishtar changelog ================ -v3.2.6 - 2022-09- --------------------- +v3.2.6 - 2022-09-28 +------------------- ### Features ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index adde2c7e9..f4b870e72 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.2.5 -VERSION = (3, 2, 5) +# 3.2.6 +VERSION = (3, 2, 6) def get_version(): |