From fba85439ce71086c6153cb3bb57b48567bbfad85 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 11 Jul 2017 14:49:07 +0200 Subject: v0.99.23 --- CHANGES.md | 11 +++++++++++ version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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(): -- cgit v1.2.3