summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md15
-rw-r--r--version.py2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 131d78c0b..6105ace32 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,21 @@
Ishtar changelog
================
+0.97.7 (2016-09-06)
+-------------------
+
+### Features ###
+
+Context record: can change operation
+Context record: display operation code in label
+Person: add salutation field
+
+### Bug fixes ###
+
+Prevent circular save on import
+Fix person creation with new title management
+Fix context records creation
+
0.97.6 (2016-09-05)
-------------------
diff --git a/version.py b/version.py
index 0b79515ea..91c10f4b1 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 97, 6)
+VERSION = (0, 97, 7)
def get_version():