summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-02-08 15:06:36 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-02-08 15:10:56 +0100
commit9a21eec22708a13d857afd4177c6236bd90289a8 (patch)
treea9a4cd4d432a3a0ee7f6c76a463373fec44b4ad8
parent61518a66e417c2c210291d0b589dae8e02a8083f (diff)
downloadIshtar-9a21eec22708a13d857afd4177c6236bd90289a8.tar.bz2
Ishtar-9a21eec22708a13d857afd4177c6236bd90289a8.zip
New version
-rw-r--r--CHANGES.md13
-rw-r--r--ishtar_common/version.py4
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():