diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-11 14:49:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-11 14:49:07 +0200 |
commit | fba85439ce71086c6153cb3bb57b48567bbfad85 (patch) | |
tree | 000f86fefd66580888785f5789300012982c11d2 | |
parent | de4267567a154048dfeca2c1ac1de731061d1b1c (diff) | |
download | Ishtar-fba85439ce71086c6153cb3bb57b48567bbfad85.tar.bz2 Ishtar-fba85439ce71086c6153cb3bb57b48567bbfad85.zip |
v0.99.23
-rw-r--r-- | CHANGES.md | 11 | ||||
-rw-r--r-- | version.py | 2 |
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(): |