prepare release 4.3.2

This commit is contained in:
Sarah Hoffmann
2023-11-17 10:36:42 +01:00
parent d545554615
commit e39e51e531
3 changed files with 8 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, 1, 0)
NOMINATIM_VERSION = NominatimVersion(4, 3, 2, 0)
POSTGRESQL_REQUIRED_VERSION = (9, 6)
POSTGIS_REQUIRED_VERSION = (2, 2)