Skip to content

Commit 5982932

Browse files
committed
prepare release 1.5.0
1 parent fcc0f9f commit 5982932

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.5.0
46

57
### Breaking Changes
68

ohsome_quality_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.5.0"
22
__title__ = "ohsome quality API"
33
__description__ = "Data quality estimations for OpenStreetMap"
44
__author__ = "ohsome team"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ohsome_quality_api"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "Data quality estimations for OpenStreetMap."
55
authors = ["ohsome team <ohsome@heigit.org>"]
66
homepage = "https://api.quality.ohsome.org"

0 commit comments

Comments
 (0)