summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md13
-rw-r--r--version.py2
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():