Skip to content

Commit 0b87a9e

Browse files
committed
Release 0.27.0
1 parent 2dc9c44 commit 0b87a9e

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.27.0] - 2024-01-12
20+
21+
### Added
22+
1223
- Add `DataCube.filter_labels()`
1324

1425
### Changed
@@ -20,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2031
- Show more informative error message on `403 Forbidden` errors from CDSE firewall ([#512](https://github.com/Open-EO/openeo-python-client/issues/512))
2132
- Handle API error responses more strict and avoid hiding possibly important information in JSON-formatted but non-compliant error responses.
2233

23-
### Removed
24-
2534
### Fixed
2635

2736
- Fix band name support in `DataCube.band()` when no metadata is available ([#515](https://github.com/Open-EO/openeo-python-client/issues/515))

openeo/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.27.0a1"
1+
__version__ = "0.27.0"

0 commit comments

Comments
 (0)