diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-08 10:03:59 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-08 10:03:59 +0200 |
commit | 4d37e8a955dc8729e47eff965b55c3b604686e2d (patch) | |
tree | 7fa20d05d7183cc747d4af7ca483004b93e0faf5 | |
parent | e67f6725794196b2397b55ce945f936bbbdddfb3 (diff) | |
download | Ishtar-4d37e8a955dc8729e47eff965b55c3b604686e2d.tar.bz2 Ishtar-4d37e8a955dc8729e47eff965b55c3b604686e2d.zip |
v0.97.8
-rw-r--r-- | CHANGES.md | 12 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 311b59436..9c6110f62 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,18 @@ Ishtar changelog ================ +0.97.8 (2016-09-08) +------------------- + +### Features ### + +- Many improvement and cleaning on sheet layout + +### Bug fixes ### + +- Context records: related parcel are now kept when you modify operation +- Wizards: fix file initialization when navigating between steps + 0.97.7 (2016-09-06) ------------------- diff --git a/version.py b/version.py index a60a5fe30..41407c8a3 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 97, 7, 1) +VERSION = (0, 97, 8) def get_version(): |