From e269e7ac5e93cd9f5cee1930f10ccbc0d8932e4b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 26 Oct 2022 17:10:47 +0200 Subject: New version --- CHANGES.md | 6 ++++++ ishtar_common/version.py | 4 ++-- 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(): -- cgit v1.2.3