summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md10
-rw-r--r--ishtar_common/version.py4
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():