diff options
-rw-r--r-- | CHANGES.md | 8 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 153769736..988555c23 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,14 @@ Ishtar changelog ================ +v3.1.58 - 2022-04-22 +-------------------- + +### Features ### + +- Templates: add "images" to get_values + + v3.1.57 - 2022-04-13 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 6fadd6547..a34c33d08 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.57 -VERSION = (3, 1, 57) +# 3.1.58 +VERSION = (3, 1, 58) def get_version(): |