summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-02-22 10:27:08 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-02-22 10:27:08 +0100
commit4629b32a0f098df6dde48a9416b47e72545ca57d (patch)
tree1cc9d37269d5cfc7c80180911d9197f6b58d1901
parent976d6d79e425d9bc791c461aeeafff465cbf6f6d (diff)
downloadIshtar-4629b32a0f098df6dde48a9416b47e72545ca57d.tar.bz2
Ishtar-4629b32a0f098df6dde48a9416b47e72545ca57d.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 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():