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 cb0e700c0..02bbd08e2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,19 @@
Ishtar changelog
================
+0.99.7 (2017-01-30)
+-------------------
+
+### Features ###
+
+- Spatial ref. system: add auth_name to SRS model
+- Improve search tests
+
+### Bug fixes ###
+
+- Fix material type search for finds.
+- Fix shortcut menu for baskets.
+
0.99.6 (2017-01-29)
-------------------
diff --git a/version.py b/version.py
index 8fb7392cc..43f9c5cba 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 6)
+VERSION = (0, 99, 7)
def get_version():