summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-23 18:10:51 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-23 18:10:51 +0200
commit91dab4b1d99bb205fec5c60ab790f547dac605f1 (patch)
treece014e6d41fba80d21463bbc39d62306b879e9d1
parentc1ae8dbbbf256d53f6cdbab26e8791771c686b72 (diff)
downloadIshtar-91dab4b1d99bb205fec5c60ab790f547dac605f1.tar.bz2
Ishtar-91dab4b1d99bb205fec5c60ab790f547dac605f1.zip
v0.98.9
-rw-r--r--CHANGES.md7
-rw-r--r--version.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 87a5f0dba..58e3d6f36 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,13 @@
Ishtar changelog
================
+0.98.9 (2016-10-23)
+-------------------
+
+### Bug fixes ###
+
+- Fix bad regexp for "get-by-importer"
+
0.98.8 (2016-10-22)
-------------------
diff --git a/version.py b/version.py
index 979d480aa..56f79188c 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 98, 8)
+VERSION = (0, 98, 9)
def get_version():