]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/version.py
add migration to mark internal country names
[nominatim.git] / nominatim / version.py
index 232cf6b679c32f86b9d276911c6e01cc568a036f..b876002ef7f29cab99552a252dbe3e75fae6416d 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, 5)
+NOMINATIM_VERSION = (4, 0, 99, 6)
 
 POSTGRESQL_REQUIRED_VERSION = (9, 5)
 POSTGIS_REQUIRED_VERSION = (2, 2)