Skip to content

Commit 8749d2a

Browse files
release 1.0.2
1 parent a0ff93b commit 8749d2a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# Changelog
22

3-
## Current Main
3+
## Release 1.0.2
44

55
### Bug Fixes
66

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

99
### New Features
1010

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

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

ohsome_quality_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ohsome_quality_api"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Data quality estimations for OpenStreetMap."
55
authors = ["ohsome team <ohsome@heigit.org>"]
66
homepage = "https://api.quality.ohsome.org"

0 commit comments

Comments
 (0)