summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md20
-rw-r--r--version.py2
2 files changed, 21 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0c8e2e167..d41f7aa44 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,26 @@
Ishtar changelog
================
+0.99.3 (2017-01-20)
+-------------------
+
+### Features ###
+
+- Add a status page
+- Disable cache generation when loading from fixture
+- Putting color for modules
+- Sheet find: limit to 15 related finds in treatment tables
+- Container: volume integer -> float
+- More tests...
+
+### Bug fixes ###
+
+- Fix treatments views
+- Fix container creation
+- Find form: fix period saving
+- Tables: many fix on column content
+
+
0.99.2 (2017-01-12)
-------------------
diff --git a/version.py b/version.py
index 0d66dac5d..128b5c14a 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 2)
+VERSION = (0, 99, 3)
def get_version():