summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-06 13:05:07 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-06 13:05:07 +0100
commit81bcc5deb221afada7b303d386761817ba4a4e55 (patch)
treeb635f7c92df2129b4715f3d48c316b4b6a82ce5a
parent59a35d535b8c8d793fdaa57a99dd01720bed1b1f (diff)
downloadIshtar-81bcc5deb221afada7b303d386761817ba4a4e55.tar.bz2
Ishtar-81bcc5deb221afada7b303d386761817ba4a4e55.zip
New version
-rw-r--r--CHANGES.md6
-rw-r--r--ishtar_common/version.py4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index dfc3caaa6..56fca4856 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,12 @@ date: 2022-11-04
Ishtar changelog
================
+v3.2.11 - 2022-12-06
+--------------------
+
+### Bug fix ###
+- Imports: add ActType to available types
+
v3.2.10 - 2022-11-04
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 0facc66e3..dfef3e74b 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.2.10
-VERSION = (3, 2, 10)
+# 3.2.11
+VERSION = (3, 2, 11)
def get_version():