Skip to content

Commit

Permalink
Release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed May 3, 2024
1 parent 43b5c01 commit b070c8b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- 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))

### Changed

- OIDC device code flow: hide progress bar on completed (or timed out) authentication

### Removed

### Fixed


## [0.29.0] - 2024-05-03

### Added

- 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))

### Changed

- OIDC device code flow: hide progress bar on completed (or timed out) authentication


## [0.28.0] - 2024-03-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion openeo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.29.0a1"
__version__ = "0.29.0"

0 comments on commit b070c8b

Please sign in to comment.