From 5a09ae075099e2cf6f509947daaf73074c7822fe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 14 Oct 2022 12:51:19 +0200 Subject: New version --- CHANGES.md | 10 +++++++--- ishtar_common/version.py | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2a830ec39..3ee702592 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,15 +1,19 @@ --- title: Ishtar changelog -date: 2022-10-03 +date: 2022-10-14 --- +v4.0.21 - 2022-10-14 +-------------------- + ### Features ### -- +- Geo: quick add geo action for context records, sites and finds +- Geo data: manage m2m association and cascade association ### Bug fix ### - Geo data: fix main_geodata association test - +- fix some admin pages v4.0.20 - 2022-10-03 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 65b1a1614..b06026bb7 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.20 -VERSION = (4, 0, 20) +# 4.0.21 +VERSION = (4, 0, 21) def get_version(): -- cgit v1.2.3