Skip to content

Commit bb4cda0

Browse files
committed
prepare release 1.8.0
1 parent 3204b41 commit bb4cda0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Current Main
3+
## Current Main
4+
5+
## Release 1.8.0
46

57
### New Features
68

ohsome_quality_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.0"
1+
__version__ = "1.8.0"
22
__title__ = "ohsome quality API"
33
__description__ = "Data quality estimations for OpenStreetMap"
44
__author__ = "ohsome team"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ohsome_quality_api"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
description = "Data quality estimations for OpenStreetMap."
55
authors = ["ohsome team <[email protected]>"]
66
homepage = "https://api.quality.ohsome.org"

0 commit comments

Comments
 (0)