summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-06-14 00:06:24 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-06-14 00:06:24 +0200
commitd8dbe942763ca621a6ae91ecfe70d1cd749e793f (patch)
tree4a8e4d35d64bc437f43e07dd33499e8bd7a2762e
parent7c555a286e07f4fc5d4676d461ccd5f242dee676 (diff)
downloadIshtar-d8dbe942763ca621a6ae91ecfe70d1cd749e793f.tar.bz2
Ishtar-d8dbe942763ca621a6ae91ecfe70d1cd749e793f.zip
v0.99.21
-rw-r--r--CHANGES.md8
-rw-r--r--version.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 8fbb34e43..314b30ffe 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,14 @@
Ishtar changelog
================
+v0.99.21 (2017-06-14)
+---------------------
+### Features ###
+- OA code is now a string
+
+### Bug fixes ###
+- Context record wizard: fix related context record association on creation
+
v0.99.20 (2017-06-01)
---------------------
### Features ###
diff --git a/version.py b/version.py
index 59c615ef9..d6129f406 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 20)
+VERSION = (0, 99, 21)
def get_version():