summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-02 10:10:26 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-02 10:10:26 +0200
commit5eb8667794636e379a8c324da46c617ad365747a (patch)
tree294a33e6e66888419cc84257afd5b23886da147d
parent76ce831772dd02e416ee2c3e5c5ca6987ffcfae5 (diff)
downloadIshtar-5eb8667794636e379a8c324da46c617ad365747a.tar.bz2
Ishtar-5eb8667794636e379a8c324da46c617ad365747a.zip
v0.97.4
-rw-r--r--CHANGES.md16
-rw-r--r--version.py2
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0e12ef0f0..affe96683 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,22 @@
Ishtar changelog
================
+0.97.4 (2016-09-02)
+-------------------
+
+### Features ###
+
+- Non-available types are displayed when modifying old items using theses types
+- Title types are no more hard-coded
+- Archive item to exclude them from merge detection mechanism (python API only)
+- Organization, Person sheets: add link to files
+- Install: default nginx conf wait after long uwsgi response
+
+### Bug fixes ###
+
+- Account modify: fix bad initialization of the form
+- Imports: delete town when associated import is deleted
+
0.97.3 (2016-08-29)
-------------------
diff --git a/version.py b/version.py
index 9f846e91f..0f4077755 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 97, 3)
+VERSION = (0, 97, 4)
def get_version():