From ec773e09713e0e04843510bda774a586ea399583 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 Jan 2017 00:20:08 +0100 Subject: v0.99.0 --- CHANGES.md | 15 +++++++++++++++ version.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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(): -- cgit v1.2.3