summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitf04d154078e097465289d1702ca58bbfd517af43 (patch)
tree419e06735be679cdf9aee87c084cb4c51fdc6f01
parent858a5cadbb06c76653e5bd8e1ae6eaef16ecaeec (diff)
downloadIshtar-f04d154078e097465289d1702ca58bbfd517af43.tar.bz2
Ishtar-f04d154078e097465289d1702ca58bbfd517af43.zip
v0.99.10
-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():