Files
Nominatim/nominatim/version.py
Sarah Hoffmann f6e894a53a port database setup function to python
Hide the former PHP functions in a transition command until
they are removed.
2021-02-25 18:42:54 +01:00

9 lines
144 B
Python

"""
Version information for Nominatim.
"""
NOMINATIM_VERSION = "3.6.0"
POSTGRESQL_REQUIRED_VERSION = (9, 3)
POSTGIS_REQUIRED_VERSION = (2, 2)