summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md14
-rw-r--r--version.py4
2 files changed, 16 insertions, 2 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 8bb135b4b..42b630409 100644
--- a/version.py
+++ b/version.py
@@ -1,5 +1,5 @@
-# 1.99.9
-VERSION = (1, 99, 9)
+# 1.99.10
+VERSION = (1, 99, 10)
def get_version():