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 | 005f3962ab8d0eef66de6dd335f619702107116a (patch) | |
tree | 0d50d8bd1bacf0b25a599819719ccf1970b6cb01 | |
parent | 32d85d8604fbdf67644a406e265372e3bb4c8657 (diff) | |
download | Ishtar-005f3962ab8d0eef66de6dd335f619702107116a.tar.bz2 Ishtar-005f3962ab8d0eef66de6dd335f619702107116a.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(): |