summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-30 14:03:46 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-30 14:03:46 +0100
commit7fa60085d543e45acadb1d863938dc16132888a5 (patch)
tree46631fca13d66cad1d4952ac73e300f85910140b
parentf8b229b5cfb21293e372d0f3abc9e075a48ee172 (diff)
downloadIshtar-7fa60085d543e45acadb1d863938dc16132888a5.tar.bz2
Ishtar-7fa60085d543e45acadb1d863938dc16132888a5.zip
v0.99.7
-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():