1 # SPDX-License-Identifier: GPL-3.0-or-later
3 # This file is part of Nominatim. (https://nominatim.org)
5 # Copyright (C) 2024 by the Nominatim developer community.
6 # For a full list of authors see the git log.
8 Version information for the Nominatim API.
11 # See also https://github.com/PyCQA/pylint/issues/6006
12 # pylint: disable=useless-import-alias,unused-import
14 from nominatim_core.version import (NominatimVersion as NominatimVersion,
15 parse_version as parse_version)
17 NOMINATIM_API_VERSION = '4.4.99'