summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-12 12:51:21 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-12 12:51:21 +0200
commitd1c9935cb0c462b3952c54e4e708ac2ea38356b2 (patch)
tree9bb858e959838dfd20ae4d25c9cefdaf971196a7
parentc97c0c707787bf6b6dda4ab1859b269baf418363 (diff)
downloadIshtar-d1c9935cb0c462b3952c54e4e708ac2ea38356b2.tar.bz2
Ishtar-d1c9935cb0c462b3952c54e4e708ac2ea38356b2.zip
v0.99.24
-rw-r--r--CHANGES.md8
-rw-r--r--version.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d936b7cb2..7619cc407 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,14 @@
Ishtar changelog
================
+v0.99.24 (2017-07-12)
+---------------------
+### Features ###
+- Find deletion tests
+
+### Bug fixes ###
+- CSV Export: add documentation type to models to exports - fail silently if type is not available
+
v0.99.23 (2017-07-11)
---------------------
### Features ###
diff --git a/version.py b/version.py
index e7ae337c7..96dee143e 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 23)
+VERSION = (0, 99, 24)
def get_version():