diff options
-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(): |