Skip to content

Commit

Permalink
prepare release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerdes committed Jan 10, 2025
1 parent a4074a9 commit 78bdfd5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Current Main
## Current Main

## Release 1.8.2

- PR template: Hurl maintenance is mentioned and wording with respect to mergeability is clarified ([#860])

Expand Down
2 changes: 1 addition & 1 deletion ohsome_quality_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.8.1"
__version__ = "1.8.2"
__title__ = "ohsome quality API"
__description__ = "Data quality estimations for OpenStreetMap"
__author__ = "ohsome team"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ohsome_quality_api"
version = "1.8.1"
version = "1.8.2"
description = "Data quality estimations for OpenStreetMap."
authors = ["ohsome team <[email protected]>"]
homepage = "https://api.quality.ohsome.org"
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@


# please adjust these version names first
export OLD_VERSION=1.8.0
export NEW_VERSION=1.8.1
export OLD_VERSION=1.8.1
export NEW_VERSION=1.8.2


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

0 comments on commit 78bdfd5

Please sign in to comment.