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 0ac99a8ea..07b9f9593 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,18 @@ Ishtar changelog ================ +0.98.4 (2016-09-22) +------------------- + +### Features ### + +- Remove ISHTAR_LOCAL_PREFIX and FILE_PREFIX (now managed by the profile) + +### Bug fixes ### + +- Fix autocomplete in new item window +- File: fix label when no external_id is defined + 0.98.3 (2016-09-15) ------------------- diff --git a/version.py b/version.py index 8c166c1e7..a9f01d542 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 98, 3) +VERSION = (0, 98, 4) def get_version(): |