summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-10-14 12:51:19 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:19 +0100
commit5a09ae075099e2cf6f509947daaf73074c7822fe (patch)
tree7a502633abf37421f9db1fcb20957c10ff8e0b21
parent019f9ec97f8fae2e8d9961b9d06e57b957735d2e (diff)
downloadIshtar-5a09ae075099e2cf6f509947daaf73074c7822fe.tar.bz2
Ishtar-5a09ae075099e2cf6f509947daaf73074c7822fe.zip
New version
-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():