diff options
-rw-r--r-- | CHANGES.md | 13 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 15 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 6c90a3773..43c7a9440 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,19 @@ Ishtar changelog ================ +v3.1.44 - 2022-02-08 +-------------------- + +### Bugs ### +- Document duplication: + - do not duplicate image + - fix field name + +### Features ### +- Command - ishtar_maintenance: task_check_cached_label +- Document duplication: allow redirection to modify +- More explicit resume on deletion + v3.1.43 - 2021-12-10 -------------------- ### Bugs ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index c556a7de2..f5eaa29be 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.43 -VERSION = (3, 1, 43) +# 3.1.44 +VERSION = (3, 1, 44) def get_version(): |