diff options
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 |
commit | 8dd82b2181f04e5bd760853173105d3b67a50d8f (patch) | |
tree | 8afe3d4f15c0400cb6dd80db114fa073b286fe37 | |
parent | 2e721c0f9a057e7e68431a01ff81fdbcb4b459df (diff) | |
download | Ishtar-8dd82b2181f04e5bd760853173105d3b67a50d8f.tar.bz2 Ishtar-8dd82b2181f04e5bd760853173105d3b67a50d8f.zip |
Version 3.0.7
-rw-r--r-- | CHANGES.md | 8 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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(): |