diff --git a/CHANGELOG.md b/CHANGELOG.md index b52f33715..447dbc6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) diff --git a/ohsome_quality_api/__init__.py b/ohsome_quality_api/__init__.py index a9eaac34d..f60b9306e 100644 --- a/ohsome_quality_api/__init__.py +++ b/ohsome_quality_api/__init__.py @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 4c97313e6..3309ac9a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] homepage = "https://api.quality.ohsome.org" diff --git a/scripts/release.sh b/scripts/release.sh index 1a4b7f028..b29272222 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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