summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md11
-rw-r--r--version.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 198be8ce3..16124023a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,17 @@
Ishtar changelog
================
+v0.99.26 (2017-07-26)
+---------------------
+### Features ###
+- Import: add FieldDoesNotExist to possible error on imports
+- Add reference documents
+- Update fixtures
+
+### Bug fixes ###
+- Datings: post-fix of duplicates associated to the same object (usually on imports)
+- Tests: fix fixtures management
+
v0.99.25 (2017-07-20)
---------------------
### Features ###
diff --git a/version.py b/version.py
index e06be2011..bce04060e 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 25)
+VERSION = (0, 99, 26)
def get_version():