diff options
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 7619cc407..198be8ce3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ Ishtar changelog ================ +v0.99.25 (2017-07-20) +--------------------- +### Features ### +- Context record sheet: add documentation field + +### Bug fixes ### +- Imports: fix skip of lines when import file is not utf-8 +- Fix display view + v0.99.24 (2017-07-12) --------------------- ### Features ### diff --git a/version.py b/version.py index 96dee143e..e06be2011 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 24) +VERSION = (0, 99, 25) def get_version(): |