From ceba4c738b36a952fa44354548fe95e150a92c9d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 26 Jul 2020 15:17:40 +0200 Subject: Update version --- CHANGES.md | 9 +++++++++ ishtar_common/version.py | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0fb831ae7..d6d3a0f0b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ Ishtar changelog ================ +v3.0.10 - 2020-07-26 +-------------------- + +### Features #### +- Admin: Import/export as JSON for types and importers + +### Bug fixes ### +- Fix modal order for find select form + v3.0.9 - 2020-07-01 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index cf181246a..0d41da4a7 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.0.9 -VERSION = (3, 0, 9) +# 3.0.10 +VERSION = (3, 0, 10) def get_version(): -- cgit v1.2.3