diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-04 17:56:28 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-04 17:56:44 +0100 |
commit | 29a7c801110121f51268df69fbe604b116d44472 (patch) | |
tree | 419e06735be679cdf9aee87c084cb4c51fdc6f01 | |
parent | b22c070cd149ebd0faa1b3ad8735f44434ea2310 (diff) | |
download | Ishtar-29a7c801110121f51268df69fbe604b116d44472.tar.bz2 Ishtar-29a7c801110121f51268df69fbe604b116d44472.zip |
v0.99.10
-rw-r--r-- | CHANGES.md | 13 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 73754910d..ddb825759 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,19 @@ Ishtar changelog ================ +v0.99.10 (2017-02-04) +--------------------- + +### Features ### +- Admin: many changes on ordering, label and table columns +- Admin: add CSV export to general types +- Admin: add basic tests for general types +- Admin: add title types, formats and support types +- Fixtures: update all fixtures from reference +- Fixtures: add spatial ref system +- Makefile: add format, title type and support type to common fixtures, adapt fixtures +- Test - warehouse: explicit error on container creation form + 0.99.9 (2017-02-03) ------------------- diff --git a/version.py b/version.py index f9e9cf869..9bde12a00 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 9) +VERSION = (0, 99, 10) def get_version(): |