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
commite8a21f98f30a47a3db534171a16574c022b14dec (patch)
tree4a8e4d35d64bc437f43e07dd33499e8bd7a2762e
parent9bc4c9e4a729dbf9fa522efaa0e0bde7c3fc148c (diff)
downloadIshtar-e8a21f98f30a47a3db534171a16574c022b14dec.tar.bz2
Ishtar-e8a21f98f30a47a3db534171a16574c022b14dec.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():