diff options
-rw-r--r-- | CHANGES.md | 10 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index b9f44172a..73754910d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,16 @@ Ishtar changelog ================ +0.99.9 (2017-02-03) +------------------- + +### Features ### +- Admin: add comment columns for general types + +### Bug fixes ### +- get_item: deactivate hierarchic dependency when the parent item is a basket +- Fix find-basket for own request + 0.99.8 (2017-02-02) ------------------- diff --git a/version.py b/version.py index 5ba0bab42..f9e9cf869 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 8) +VERSION = (0, 99, 9) def get_version(): |