From 99b70dd1e0724e08e55d99185407caada9ab5eaf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 1 Jun 2017 20:16:45 +0200 Subject: v0.99.20 --- CHANGES.md | 11 +++++++++++ version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 967fa9d76..8fbb34e43 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,17 @@ Ishtar changelog ================ +v0.99.20 (2017-06-01) +--------------------- +### Features ### +- Add the ability to scheduled administration task inside Django admin +- Alert when PROJECT_SLUG or profile slug is set to "default" +- Operation wizard: collaborators in a specific panel +- Autocomplete: on no result return an empty list instead of an empty string + +### Bug fixes ### +- Finds: fix full CSV export columns + v0.99.19 (2017-05-16) --------------------- ### Features ### diff --git a/version.py b/version.py index c2e994486..59c615ef9 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 19, 2) +VERSION = (0, 99, 20) def get_version(): -- cgit v1.2.3