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 f8c7afbcb..278cac8dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ Ishtar changelog ================ +v3.1.55 - 2022-04-06 +-------------------- + +### Features ### + +- Base finds: display JSON data + v3.1.54 - 2022-03-25 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 55ccb08ca..ed988177e 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.54 -VERSION = (3, 1, 54) +# 3.1.55 +VERSION = (3, 1, 55) def get_version(): |