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
commit67a504e8f8db29c323c0d81e8323b2c9e4ade49a (patch)
treeb635f7c92df2129b4715f3d48c316b4b6a82ce5a
parente2040d030fa9de221a54bccb9461b7410017c26d (diff)
downloadIshtar-67a504e8f8db29c323c0d81e8323b2c9e4ade49a.tar.bz2
Ishtar-67a504e8f8db29c323c0d81e8323b2c9e4ade49a.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():