From fc70d4cee02057ab19cee5342081f3a112a48285 Mon Sep 17 00:00:00 2001 From: Matthias Schaub Date: Tue, 28 Nov 2023 16:26:43 +0100 Subject: [PATCH] release 1.1.0 --- CHANGELOG.md | 4 ++-- ohsome_quality_api/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75529c33..d48cbe89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ohsome_quality_api/__init__.py b/ohsome_quality_api/__init__.py index df59b8766..9b1a8985d 100644 --- a/ohsome_quality_api/__init__.py +++ b/ohsome_quality_api/__init__.py @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 621c64bf2..a8e716950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] homepage = "https://api.quality.ohsome.org"