Skip to content

Commit a0f235d

Browse files
committed
prepare release 1.9.0
1 parent 541b014 commit a0f235d

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Current Main
44

5+
## Release 1.9.0
6+
57
### Bug Fixes
68

79
- topics: rework road topics ([#878], [#880])

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.8.3"
1+
__version__ = "1.9.0"
22
__title__ = "ohsome quality API"
33
__description__ = "Data quality estimations for OpenStreetMap"
44
__author__ = "ohsome team"

ohsome_quality_api/api/static/swagger-ui-bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ohsome_quality_api/api/static/swagger-ui.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.3"
3+
version = "1.9.0"
44
description = "Data quality estimations for OpenStreetMap."
55
authors = ["ohsome team <[email protected]>"]
66
homepage = "https://api.quality.ohsome.org"

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66

77
# please adjust these version names first
8-
export OLD_VERSION=1.8.2
9-
export NEW_VERSION=1.8.3
8+
export OLD_VERSION=1.8.3
9+
export NEW_VERSION=1.9.0
1010

1111

1212
# exit immediately if a command exits with a non-zero status

0 commit comments

Comments
 (0)