From 29a7c801110121f51268df69fbe604b116d44472 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 4 Feb 2017 17:56:28 +0100 Subject: v0.99.10 --- CHANGES.md | 13 +++++++++++++ version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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(): -- cgit v1.2.3