summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-11-16 11:13:28 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-11-16 11:13:28 +0100
commit6d827d5c8448c761ec3c8475d5c67531e32911f2 (patch)
tree3eeda9dad2374a8bf84132a0d3aec1cba797c6ef
parentd85d0702ae0933774ad942302a632f29bacf4550 (diff)
downloadIshtar-6d827d5c8448c761ec3c8475d5c67531e32911f2.tar.bz2
Ishtar-6d827d5c8448c761ec3c8475d5c67531e32911f2.zip
New version
-rw-r--r--CHANGES.md12
-rw-r--r--ishtar_common/version.py4
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d1a05a35a..301fb8c42 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,17 @@
Ishtar changelog
================
+v3.0.16 - 2020-11-16
+--------------------
+
+### Features ####
+- Admin: action to add automatically department towns to an area
+- Imports: add "|" separator for CSV
+
+### Bug fixes ###
+- Operation sheet: fix parcel column on context record table
+- Labels generation: fix missing images in templates
+- Labels generation: optimize template evaluation
+
v3.0.15 - 2020-11-04
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 16f7de122..2ac8735e9 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.0.15
-VERSION = (3, 0, 15)
+# 3.0.16
+VERSION = (3, 0, 16)
def get_version():