]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/version.py
Merge pull request #2696 from mtmail/norminatyn-typos
[nominatim.git] / nominatim / version.py
index 289af9346ef3c7957ca6c7873c54172759c090bb..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, 4)
+NOMINATIM_VERSION = (4, 0, 99, 6)
 
 POSTGRESQL_REQUIRED_VERSION = (9, 5)
 POSTGIS_REQUIRED_VERSION = (2, 2)