From d3d84ed7cc5ff3cb9c164838c78cfcee73fbc44e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 5 Sep 2016 17:05:03 +0200 Subject: Operation: display statistics on the sheet (refs #2989) --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.py') diff --git a/version.py b/version.py index 0f4077755..424b4478e 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 97, 4) +VERSION = (0, 97, 4, 1) def get_version(): -- cgit v1.2.3 From edfe798c15c8589933cb41314d01ff73a8d7c0c8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 5 Sep 2016 20:09:37 +0200 Subject: v0.97.5 --- CHANGES.md | 17 +++++++++++++++++ version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'version.py') 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(): -- cgit v1.2.3