summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md6
-rw-r--r--ishtar_common/version.py4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 84488897b..2bf47cf25 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,9 +3,15 @@ title: Ishtar changelog
date: 2022-10-19
---
+v4.0.23 - 2022-10-26
+--------------------
+
### Features ###
- Geo data: zoom to extent
+### Bug fix ###
+- Geodata post save: transactions and targeted post save to limit deadlocks
+
v4.0.22 - 2022-10-14
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 1edb538d5..08bf33274 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.22
-VERSION = (4, 0, 22)
+# 4.0.23
+VERSION = (4, 0, 23)
def get_version():