summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a2d00e401..1bff820f5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,12 @@
Ishtar changelog
================
+v3.1.47 - 2022-02-22
+--------------------
+
+### Features ###
+- CSV export: manage JSON columns
+
v3.1.46 - 2022-02-20
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 022adc14c..b91a822f4 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.46
-VERSION = (3, 1, 46)
+# 3.1.47
+VERSION = (3, 1, 47)
def get_version():