diff options
-rw-r--r-- | CHANGES.md | 16 | ||||
-rw-r--r-- | version.py | 2 |
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(): |