]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/version.py
Merge pull request #2856 from t-tomek/patch-1
[nominatim.git] / nominatim / version.py
index 36573040f99e41924553029cf59657b296820100..43a30d9e3bbfc17eb979dd0849c293c670e34363 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, 1, 99, 0)
+NOMINATIM_VERSION = (4, 2, 99, 0)
 
 POSTGRESQL_REQUIRED_VERSION = (9, 6)
 POSTGIS_REQUIRED_VERSION = (2, 2)