mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
9 lines
144 B
Python
9 lines
144 B
Python
"""
|
|
Version information for Nominatim.
|
|
"""
|
|
|
|
NOMINATIM_VERSION = "3.6.0"
|
|
|
|
POSTGRESQL_REQUIRED_VERSION = (9, 3)
|
|
POSTGIS_REQUIRED_VERSION = (2, 2)
|