summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-05-11 10:33:25 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-07-01 18:02:28 +0200
commit9157a9113b91907064f329017a5e2462188860ff (patch)
tree8afe3d4f15c0400cb6dd80db114fa073b286fe37
parent9eec0db27f9e28249773ba3654867bb58aede4a0 (diff)
downloadIshtar-9157a9113b91907064f329017a5e2462188860ff.tar.bz2
Ishtar-9157a9113b91907064f329017a5e2462188860ff.zip
Version 3.0.7
-rw-r--r--CHANGES.md8
-rw-r--r--ishtar_common/version.py4
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0bbdbb7ca..d444b4924 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,14 @@
Ishtar changelog
================
+v3.0.7 - 2020-05-11
+-------------------
+### Features ####
+- Imports:
+ - multiple target with different formaters in one column. Warning:
+ duplicate fields use the first target
+ - manage boolean match for data__ (custom fields)
+
v3.0.6 - 2020-05-01
-------------------
### Bug fixes ###
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 1fb20efa0..59f344027 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.0.6
-VERSION = (3, 0, 6)
+# 3.0.7
+VERSION = (3, 0, 7)
def get_version():