X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a15c197547b9eac7553b57d12b8ce7200e1b574d..1f3edf6ebace87b81ccdba7a978e52a56d1922a0:/nominatim/version.py diff --git a/nominatim/version.py b/nominatim/version.py index 58b70841..3ae9c43a 100644 --- a/nominatim/version.py +++ b/nominatim/version.py @@ -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, 1, 99, 1) +NOMINATIM_VERSION = (4, 2, 0, 0) POSTGRESQL_REQUIRED_VERSION = (9, 6) POSTGIS_REQUIRED_VERSION = (2, 2)