summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-10-26 17:10:47 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:19 +0100
commite269e7ac5e93cd9f5cee1930f10ccbc0d8932e4b (patch)
treee73357964e0059718f5977c0d3b6d6493ca9d883
parent1c88b774262c698fe9d09528834b641a67ae91e3 (diff)
downloadIshtar-e269e7ac5e93cd9f5cee1930f10ccbc0d8932e4b.tar.bz2
Ishtar-e269e7ac5e93cd9f5cee1930f10ccbc0d8932e4b.zip
New version
-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():