diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-17 19:23:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-17 19:23:35 +0200 |
commit | 461e0320a8426fe82c4f6a7fd9cfa376c767fbdd (patch) | |
tree | 43d131bc7f7870e905a908aaf97f8c7a2254bfef | |
parent | 431b3315bdc43be4eec10f963b63570e888b9cdc (diff) | |
download | Ishtar-461e0320a8426fe82c4f6a7fd9cfa376c767fbdd.tar.bz2 Ishtar-461e0320a8426fe82c4f6a7fd9cfa376c767fbdd.zip |
v0.98.7
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 1f7351e36..95503838b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ Ishtar changelog ================ +0.98.7 (2016-10-17) +------------------- + +### Features ### + +- Context records: display and export context records relations from operation and context record sheet + 0.98.6 (2016-10-11) ------------------- diff --git a/version.py b/version.py index cd8064223..533f6288f 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 98, 6) +VERSION = (0, 98, 7) def get_version(): |