prepare release 4.4.1

This commit is contained in:
Sarah Hoffmann
2024-08-20 11:01:57 +02:00
parent 1e71085004
commit 896a40b7d5
3 changed files with 9 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, 4, 0, 0)
NOMINATIM_VERSION = NominatimVersion(4, 4, 1, 0)
POSTGRESQL_REQUIRED_VERSION = (9, 6)
POSTGIS_REQUIRED_VERSION = (2, 2)