From 708173863fcf5abd5e47f8d13386e8a4caef78c9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 Jan 2017 16:41:09 +0100 Subject: v0.99.1 --- CHANGES.md | 15 +++++++++++++++ version.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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(): -- cgit v1.2.3