diff options
-rw-r--r-- | CHANGES.md | 8 | ||||
-rw-r--r-- | version.py | 2 |
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(): |