From 9eea0557070babe404e522ce8653638fb61824a7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 1 Jun 2017 20:16:45 +0200 Subject: v0.99.20 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.py') diff --git a/version.py b/version.py index c2e994486..59c615ef9 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 19, 2) +VERSION = (0, 99, 20) def get_version(): -- cgit v1.2.3 From e8a21f98f30a47a3db534171a16574c022b14dec Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 14 Jun 2017 00:06:24 +0200 Subject: v0.99.21 --- CHANGES.md | 8 ++++++++ version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'version.py') 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(): -- cgit v1.2.3 From 18995ac80a961083ad986f4abe984fd649ec40e2 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(-) (limited to 'version.py') 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