Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Nov 28, 2023
1 parent 207dde6 commit fc70d4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## Current Main
## Release 1.1.0

### Bug Fixes

- building-comparison: is calculated for coverage area only ([#739])
- building-comparison: result description now shows correct coverage percentage ([#739])
- mapping-saturation: estimated total line is now always plotted, f it is not more than five times as large as the highest value ([#723])
- mapping-saturation: estimated total line is now always plotted, f it is not more than five times as large as the highest value ([#723])

### New Features

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.2"
__version__ = "1.1.0"
__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.0.2"
version = "1.1.0"
description = "Data quality estimations for OpenStreetMap."
authors = ["ohsome team <ohsome@heigit.org>"]
homepage = "https://api.quality.ohsome.org"
Expand Down

0 comments on commit fc70d4c

Please sign in to comment.