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 0067595b4..b404af7ef 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,10 +1,25 @@
Ishtar changelog
================
+0.99.1 (2017-01-11)
+-------------------
+
+### Features ###
+
+- Treatment: add cost fields
+- Container: remove old localisation when changing warehouse
+- Treatment sheet: list related operations
+
+### Bug fixes ###
+
+- Fix simple form for adding containers (refs #3410)
+- Treatment file select form: fix treatment file check
+
0.99.0 (2017-01-10)
-------------------
### Main features ###
+
- Management of treatments, treatments requests, containers, associated sources and administrative acts
### Features ###
diff --git a/version.py b/version.py
index 813919207..587208cee 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 0)
+VERSION = (0, 99, 1)
def get_version():