From 483fcd46fb60a597959bfde9d00bde4cc1822cd2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 30 Jun 2017 16:50:38 +0200 Subject: v0.99.22 --- CHANGES.md | 11 +++++++++++ version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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(): -- cgit v1.2.3