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 ebd5a1993..810728039 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,13 @@ date: 2022-08-05 Ishtar changelog ================ +v4.0.15 - 2022- +-------------------- + +### Features ### + +- "is locked" search + v4.0.14 - 2022-08-05 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 605cb0580..078a6a72c 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.14 -VERSION = (4, 0, 14) +# 4.0.15 +VERSION = (4, 0, 15) def get_version(): |