summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-20 19:59:22 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-20 19:59:22 +0100
commitd006f284d408ccc00ba5f93ddd845ef2950f0ea3 (patch)
tree9488c0708dc08db0bb848278164a3fa80233343b
parent2d3e00340e7ead78feb8af5278e96b4faffa1532 (diff)
downloadIshtar-d006f284d408ccc00ba5f93ddd845ef2950f0ea3.tar.bz2
Ishtar-d006f284d408ccc00ba5f93ddd845ef2950f0ea3.zip
v0.99.3
-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():