summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-06-30 16:50:38 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-06-30 16:50:38 +0200
commit483fcd46fb60a597959bfde9d00bde4cc1822cd2 (patch)
treeaa32bb9f75ed769b7040c53a22b9d1dfc05867ff
parent98dfb2e3b06d04248a39b18019a46c2bb63efb8c (diff)
downloadIshtar-483fcd46fb60a597959bfde9d00bde4cc1822cd2.tar.bz2
Ishtar-483fcd46fb60a597959bfde9d00bde4cc1822cd2.zip
v0.99.22
-rw-r--r--CHANGES.md11
-rw-r--r--version.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 314b30ffe..20a3113db 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,17 @@
Ishtar changelog
================
+v0.99.22 (2017-06-30)
+---------------------
+### Features ###
+- Imports: explicit message (instead of crash) on misconfiguration of importers
+- Sources: change external id type to TextField
+- Sheet find: hover text on ID
+
+### Bug fixes ###
+- Sources wizard: fix author deletion
+- Fix container export - CSV
+
v0.99.21 (2017-06-14)
---------------------
### Features ###
diff --git a/version.py b/version.py
index d6129f406..9c03d80c5 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 21)
+VERSION = (0, 99, 22)
def get_version():