From 273e560cb899b9f624eb2d5f6813aae3a8b5fbd7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 2 Sep 2016 10:10:26 +0200 Subject: v0.97.4 --- CHANGES.md | 16 ++++++++++++++++ version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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(): -- cgit v1.2.3