]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/version.py
reintroduce 'name:' prefix to country name keys
[nominatim.git] / nominatim / version.py
index b666c8e76a43bf6d5eb6c365212cd84ef651019c..232cf6b679c32f86b9d276911c6e01cc568a036f 100644 (file)
@@ -24,7 +24,7 @@ Version information for Nominatim.
 # 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, 2)
+NOMINATIM_VERSION = (4, 0, 99, 5)
 
 POSTGRESQL_REQUIRED_VERSION = (9, 5)
 POSTGIS_REQUIRED_VERSION = (2, 2)