prepare 4.2.3 release

This commit is contained in:
Sarah Hoffmann
2023-04-11 15:35:42 +02:00
parent ffe32af531
commit 1187d0ab9a
3 changed files with 9 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ from typing import Optional, Tuple
# patch level when cherry-picking the commit with the migration.
#
# Released versions always have a database patch level of 0.
NOMINATIM_VERSION = (4, 2, 2, 0)
NOMINATIM_VERSION = (4, 2, 3, 0)
POSTGRESQL_REQUIRED_VERSION = (9, 6)
POSTGIS_REQUIRED_VERSION = (2, 2)