Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Oct 26, 2023
1 parent a0ff93b commit 8749d2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Changelog

## Current Main
## Release 1.0.2

### Bug Fixes

- crs validation now covers all valid cases ([#721])

### New Features

- feat(figures): colors based on semantic UI CSS ([#591])
- feat(building-comparison): add comparison indicator ([#718])
- feat(api): add endpoint to retrieve coverage ([#718])
- feat(db): query building area and coverage from EUBUCCO ([#718])

[#597]: https://github.com/GIScience/ohsome-quality-api/issues/591
[#718]: https://github.com/GIScience/ohsome-quality-api/pull/718
[#721]: https://github.com/GIScience/ohsome-quality-analyst/pull/721

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.0.1"
__version__ = "1.0.2"
__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.0.1"
version = "1.0.2"
description = "Data quality estimations for OpenStreetMap."
authors = ["ohsome team <[email protected]>"]
homepage = "https://api.quality.ohsome.org"
Expand Down

0 comments on commit 8749d2a

Please sign in to comment.