]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/version.py
prepare 4.2.3 release
[nominatim.git] / nominatim / version.py
index 8bdc04905ac0eb7bfbed6876b591fcde08eb89d2..9648d183245c81e45e01883976a7028b435ef61f 100644 (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)