diff options
-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(): |