From 2a6d5aecafe22cd19ff5eeafeb02b4efc9b5a134 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Feb 2017 17:27:15 +0100 Subject: v0.99.8 --- CHANGES.md | 13 +++++++++++++ version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e5c75bf17..b9f44172a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,19 @@ Ishtar changelog ================ +0.99.8 (2017-02-02) +------------------- + +### Features ### +- Add a footer with version number +- Finds: batch is now a real type +- Update french translation +- Importer configuration + +### Bug fixes ### +- Change field length in DB to match importers +- update-current-item: prevent errors when session is not well initialized + 0.99.7.2 (2017-01-30) --------------------- diff --git a/version.py b/version.py index b8f044176..5ba0bab42 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 7, 2) +VERSION = (0, 99, 8) def get_version(): -- cgit v1.2.3