Skip to content

Commit

Permalink
prepare release 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigaszi committed Feb 25, 2025
1 parent 224e401 commit 3923b6c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

## Current Main

## Release 1.8.3

### New Features

- attribute completeness: added new topic and topic - specific attributes and deleted non-functional attributes ([#850])
- attribute-completeness: added subkeys to filters for sidewalk and cycleway attributes ([#877])
- attribute-completeness: added new topic and topic - specific attributes and deleted non-functional attributes ([#850])


[#850]: https://github.com/GIScience/ohsome-quality-api/issue/850
[#877]: https://github.com/GIScience/ohsome-quality-api/issue/877


## Release 1.8.2
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.2"
__version__ = "1.8.3"
__title__ = "ohsome quality API"
__description__ = "Data quality estimations for OpenStreetMap"
__author__ = "ohsome team"
Expand Down
2 changes: 1 addition & 1 deletion ohsome_quality_api/api/static/swagger-ui-bundle.js

Large diffs are not rendered by default.

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.2"
version = "1.8.3"
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.1
export NEW_VERSION=1.8.2
export OLD_VERSION=1.8.2
export NEW_VERSION=1.8.3


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

0 comments on commit 3923b6c

Please sign in to comment.