From: Sarah Hoffmann Date: Fri, 21 Mar 2025 10:42:17 +0000 (+0100) Subject: release 5.0.0post8 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/HEAD release 5.0.0post8 --- diff --git a/packaging/nominatim-api/pyproject.toml b/packaging/nominatim-api/pyproject.toml index 601029ca..cf3bf1d2 100644 --- a/packaging/nominatim-api/pyproject.toml +++ b/packaging/nominatim-api/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nominatim-api" -version = "5.0.0.post7" +version = "5.0.0.post8" description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Search library." readme = "README.md" requires-python = ">=3.7" diff --git a/packaging/nominatim-db/pyproject.toml b/packaging/nominatim-db/pyproject.toml index 0c9a7055..9909998f 100644 --- a/packaging/nominatim-db/pyproject.toml +++ b/packaging/nominatim-db/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nominatim-db" -version = "5.0.0.post7" +version = "5.0.0.post8" description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Database backend." readme = "README.md" requires-python = ">=3.7"