We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc0f9f commit 5982932Copy full SHA for 5982932
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-## Current Main
+## Current Main
4
+
5
+## Release 1.5.0
6
7
### Breaking Changes
8
ohsome_quality_api/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.4.0"
+__version__ = "1.5.0"
__title__ = "ohsome quality API"
__description__ = "Data quality estimations for OpenStreetMap"
__author__ = "ohsome team"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ohsome_quality_api"
-version = "1.4.0"
+version = "1.5.0"
description = "Data quality estimations for OpenStreetMap."
authors = ["ohsome team <ohsome@heigit.org>"]
homepage = "https://api.quality.ohsome.org"
0 commit comments