We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3204b41 commit bb4cda0Copy full SHA for bb4cda0
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-## Current Main
+## Current Main
4
+
5
+## Release 1.8.0
6
7
### New Features
8
ohsome_quality_api/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.7.0"
+__version__ = "1.8.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.7.0"
+version = "1.8.0"
description = "Data quality estimations for OpenStreetMap."
authors = ["ohsome team <[email protected]>"]
homepage = "https://api.quality.ohsome.org"
0 commit comments