summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 20:09:37 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 20:09:37 +0200
commitcfa500e7ccfe2921187bc8398e11638dff72ab37 (patch)
tree9f5c85a24ef76945bdd4a7ba9a48d9d045764a5a
parent5e906ed7b29fbb3008ce6a614c405016b4342a2f (diff)
downloadIshtar-cfa500e7ccfe2921187bc8398e11638dff72ab37.tar.bz2
Ishtar-cfa500e7ccfe2921187bc8398e11638dff72ab37.zip
v0.97.5
-rw-r--r--CHANGES.md17
-rw-r--r--version.py2
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index affe96683..7e9bae963 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,23 @@
Ishtar changelog
================
+0.97.5 (2016-09-05)
+-------------------
+
+### Features ###
+
+- Add town and parcel to find tables
+- Random image on welcome page
+- Add images for operation, context records and sources
+- Operation: display statistics on the sheet
+- Add title types to default fixture
+
+### Bug fixes ###
+
+- Sheets: add missing links to persons
+- Source sheet: author link to persons
+- Fix form initialization
+
0.97.4 (2016-09-02)
-------------------
diff --git a/version.py b/version.py
index 424b4478e..0dd739e84 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 97, 4, 1)
+VERSION = (0, 97, 5)
def get_version():