summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-06 20:07:29 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-06 20:07:29 +0100
commit53c4caf13113c8f84bb037e325c4a3c982c49682 (patch)
treed2d0b223bce270edf5b2f21cbd4932c04d70be09
parent7938386037a49801ef4e1823a97c403db77663b5 (diff)
downloadIshtar-53c4caf13113c8f84bb037e325c4a3c982c49682.tar.bz2
Ishtar-53c4caf13113c8f84bb037e325c4a3c982c49682.zip
v0.99.11
-rw-r--r--CHANGES.md14
-rw-r--r--version.py2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ddb825759..33ba9cf24 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,20 @@
Ishtar changelog
================
+v0.99.11 (2017-02-06)
+---------------------
+### Features ###
+- Imports: manage model limitation (don't create items not in a whitelist)
+- Harmonize CSV import and CSV exports
+- Imports: multi format parse of dates
+- Find sheet: display treatment states in treatment table
+- Basket sheet: add basket name and basic informations
+- Admin: improve search and ordering
+- Update labels and translations
+
+### Bug fixes ###
+- Fix UI bug: validation button at the bottom of the page
+
v0.99.10 (2017-02-04)
---------------------
diff --git a/version.py b/version.py
index 9bde12a00..f635dd125 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 10)
+VERSION = (0, 99, 11)
def get_version():