summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md15
-rw-r--r--version.py2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 9f671d7b4..0067595b4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,21 @@
Ishtar changelog
================
+0.99.0 (2017-01-10)
+-------------------
+
+### Main features ###
+- Management of treatments, treatments requests, containers, associated sources and administrative acts
+
+### Features ###
+
+- Performances improvements for tables
+- Better cache key management
+- Fix tests
+- Shortcut menu: put research archaeological files in blue
+- Finds: add thickness, point of topographic reference, MNI fields
+- Explicit CSV headers
+
0.98.10 (2016-11-03)
--------------------
diff --git a/version.py b/version.py
index 50ae1d667..813919207 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 98, 10, 2)
+VERSION = (0, 99, 0)
def get_version():