diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-09 09:11:49 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-09 09:11:49 +0200 |
commit | 2ad59aa6f6f4506d86c205f78a99ed5e47992156 (patch) | |
tree | 82f7ed427d27ea20f3475823f4d4932fbbb87134 | |
parent | 066d7c88825a983997cfee9ac61003b5d48b35da (diff) | |
download | Ishtar-2ad59aa6f6f4506d86c205f78a99ed5e47992156.tar.bz2 Ishtar-2ad59aa6f6f4506d86c205f78a99ed5e47992156.zip |
v0.99.27
-rw-r--r-- | CHANGES.md | 14 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 16124023a..992cf824c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,20 @@ Ishtar changelog ================ +v0.99.27 (2017-09-09) +--------------------- +### Features ### +- Find deletions: delete associated base find +- Finds: delete associated treatment on find deletion +- Sheet: add a specific sheet_address_section +- Find forms: add discovery date +- Context record form/sheet: add opening/closing dates + +### Bug fixes ### +- Data importer: allow many split for UnicodeFormater +- Year limit is now 1000 +- Fix ParcelField compress method + v0.99.26 (2017-07-26) --------------------- ### Features ### diff --git a/version.py b/version.py index bce04060e..82e78a8ca 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 26) +VERSION = (0, 99, 27) def get_version(): |