summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-02 17:27:15 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-02 17:27:15 +0100
commit219a775ed06ba6e75b2a9a04af406aea3ef579bb (patch)
tree8a89c150b18425c9805b6ef96287aeefd9de7731
parente8b1d86e49f67fc6dd269d45888b56350a3e1502 (diff)
downloadIshtar-219a775ed06ba6e75b2a9a04af406aea3ef579bb.tar.bz2
Ishtar-219a775ed06ba6e75b2a9a04af406aea3ef579bb.zip
v0.99.8
-rw-r--r--CHANGES.md13
-rw-r--r--version.py2
2 files changed, 14 insertions, 1 deletions
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():