Skip to content

Commit b070c8b

Browse files
committed
Release 0.29.0
1 parent 43b5c01 commit b070c8b

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- Start depending on `pystac`, initially for better `load_stac` support ([#133](https://github.com/Open-EO/openeo-python-client/issues/133), [#527](https://github.com/Open-EO/openeo-python-client/issues/527))
13-
1412
### Changed
1513

16-
- OIDC device code flow: hide progress bar on completed (or timed out) authentication
17-
1814
### Removed
1915

2016
### Fixed
2117

2218

19+
## [0.29.0] - 2024-05-03
20+
21+
### Added
22+
23+
- Start depending on `pystac`, initially for better `load_stac` support ([#133](https://github.com/Open-EO/openeo-python-client/issues/133), [#527](https://github.com/Open-EO/openeo-python-client/issues/527))
24+
25+
### Changed
26+
27+
- OIDC device code flow: hide progress bar on completed (or timed out) authentication
28+
29+
2330
## [0.28.0] - 2024-03-18
2431

2532
### Added

openeo/_version.py

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

0 commit comments

Comments
 (0)