summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitb991654ccd2fb62d6ed2aa6e34e5774a5b11cb63 (patch)
tree43d131bc7f7870e905a908aaf97f8c7a2254bfef
parent6c5029d8d23f39d971abbdcd4871d9a4d255f345 (diff)
downloadIshtar-b991654ccd2fb62d6ed2aa6e34e5774a5b11cb63.tar.bz2
Ishtar-b991654ccd2fb62d6ed2aa6e34e5774a5b11cb63.zip
v0.98.7
-rw-r--r--CHANGES.md7
-rw-r--r--version.py2
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():