"""
Version information for Nominatim.
"""

NOMINATIM_VERSION = "3.6.0"

POSTGRESQL_REQUIRED_VERSION = (9, 3)
POSTGIS_REQUIRED_VERSION = (2, 2)
