Skip to content

Commit 4fa04d5

Browse files
release 1.11.2
1 parent e977c36 commit 4fa04d5

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Release 1.11.2
4+
5+
- add land cover indicators and topic to core project ([e977c36c8bc63f8142e94460e5835c3668d94ec6])
6+
37
## Release 1.11.1
48

59
### Bug Fixes

ohsome_quality_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.11.1"
1+
__version__ = "1.11.2"
22
__title__ = "ohsome quality API"
33
__description__ = "Data quality estimations for OpenStreetMap"
44
__author__ = "ohsome team"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ohsome-quality-api"
3-
version = "1.11.1"
3+
version = "1.11.2"
44
description = "Data quality estimations for OpenStreetMap."
55
authors = [{email="[email protected]"}]
66
keywords = [

tests/approvals/integrationtests/api/test_indicators_land_cover_thematic_accuracy.py-test_invalid_class.approved.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apiVersion": "1.11.1",
2+
"apiVersion": "1.11.2",
33
"detail": [
44
{
55
"ctx": {

tests/approvals/integrationtests/api/test_indicators_land_cover_thematic_accuracy.py-test_invalid_topic.approved.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apiVersion": "1.11.1",
2+
"apiVersion": "1.11.2",
33
"detail": [
44
{
55
"ctx": {

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)