summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md14
-rw-r--r--version.py2
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():