prepare release 4.4.0

This commit is contained in:
Sarah Hoffmann
2024-03-07 11:43:01 +01:00
parent 11ced26025
commit e5a5f02666
4 changed files with 47 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class NominatimVersion(NamedTuple):
return f"{self.major}.{self.minor}.{self.patch_level}-{self.db_patch_level}"
NOMINATIM_VERSION = NominatimVersion(4, 3, 0, 0)
NOMINATIM_VERSION = NominatimVersion(4, 4, 0, 0)
POSTGRESQL_REQUIRED_VERSION = (9, 6)
POSTGIS_REQUIRED_VERSION = (2, 2)