summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md11
-rw-r--r--version.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 20a3113db..d936b7cb2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,17 @@
Ishtar changelog
================
+v0.99.23 (2017-07-11)
+---------------------
+### Features ###
+- Tests: add show-* tests
+- Tests: improve wizard test management
+
+### Bug fixes ###
+- Fix find deletion when warehouse module is activated
+- Archaeologivcal files: safely manage is_preventive test if preventive type is not created - show-file test
+- Account : fix form initialization when raw name is empty
+
v0.99.22 (2017-06-30)
---------------------
### Features ###
diff --git a/version.py b/version.py
index 9c03d80c5..e7ae337c7 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 22)
+VERSION = (0, 99, 23)
def get_version():