X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1bee151fe3ccfd21df1d809392d6eb52ce7925cb..dc2c384208dfbd2d1e3018eb2a0f9f1ee12bea6d:/nominatim/version.py diff --git a/nominatim/version.py b/nominatim/version.py index 08cd574d..36573040 100644 --- a/nominatim/version.py +++ b/nominatim/version.py @@ -25,9 +25,9 @@ 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, 0, 99, 6) +NOMINATIM_VERSION = (4, 1, 99, 0) -POSTGRESQL_REQUIRED_VERSION = (9, 5) +POSTGRESQL_REQUIRED_VERSION = (9, 6) POSTGIS_REQUIRED_VERSION = (2, 2) # Cmake sets a variable @GIT_HASH@ by executing 'git --log'. It is not run