Skip to content

Commit f03b660

Browse files
committed
Release 0.23.0
1 parent 9e62255 commit f03b660

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
20+
## [0.23.0] - 2023-10-02
21+
22+
### Added
23+
1324
- Support year/month shorthand date notations in temporal extent arguments of `Connection.load_collection`, `DataCube.filter_temporal` and related ([#421](https://github.com/Open-EO/openeo-python-client/issues/421))
1425
- Support parameterized `bands` in `load_collection` ([#471](https://github.com/Open-EO/openeo-python-client/issues/471))
1526
- Allow specifying item schema in `Parameter.array()`

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.23.0a1"
1+
__version__ = "0.23.0"

0 commit comments

Comments
 (0)