diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-26 14:57:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-26 14:57:50 +0200 |
commit | 40d3bafda5dd78cd49fecdb791ceb0bc92f860fb (patch) | |
tree | 0d50d8bd1bacf0b25a599819719ccf1970b6cb01 | |
parent | cdec41e1a2af5fc2a3ab9ca8d3d4ad6fcab848c3 (diff) | |
download | Ishtar-40d3bafda5dd78cd49fecdb791ceb0bc92f860fb.tar.bz2 Ishtar-40d3bafda5dd78cd49fecdb791ceb0bc92f860fb.zip |
v0.99.26
-rw-r--r-- | CHANGES.md | 11 | ||||
-rw-r--r-- | version.py | 2 |
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(): |