summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-10 00:20:08 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-10 00:20:08 +0100
commitec773e09713e0e04843510bda774a586ea399583 (patch)
tree7f89c68d2d9d00e4b98ed32e7bd7192d01f4909f
parentf04247091d506cd8b0d3b7e2272db63046f3c1bf (diff)
downloadIshtar-ec773e09713e0e04843510bda774a586ea399583.tar.bz2
Ishtar-ec773e09713e0e04843510bda774a586ea399583.zip
v0.99.0
-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():