From 0b87a9e0be4cd938119ee03960802c497e25b37e Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Fri, 12 Jan 2024 12:08:19 +0100 Subject: [PATCH] Release 0.27.0 --- CHANGELOG.md | 13 +++++++++++-- openeo/_version.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca36f0b88..f97e1edc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + +### Fixed + + +## [0.27.0] - 2024-01-12 + +### Added + - Add `DataCube.filter_labels()` ### Changed @@ -20,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Show more informative error message on `403 Forbidden` errors from CDSE firewall ([#512](https://github.com/Open-EO/openeo-python-client/issues/512)) - Handle API error responses more strict and avoid hiding possibly important information in JSON-formatted but non-compliant error responses. -### Removed - ### Fixed - Fix band name support in `DataCube.band()` when no metadata is available ([#515](https://github.com/Open-EO/openeo-python-client/issues/515)) diff --git a/openeo/_version.py b/openeo/_version.py index 738b4d118..cde6d8971 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.27.0a1" +__version__ = "0.27.0"