Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed May 16, 2023
1 parent 655dcdd commit 783b5e4
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,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Removed

### Fixed


## [0.17.0] - 2023-05-16

### Added

- `Connection.authenticate_oidc()`: add argument to set maximum device code flow poll time
- Show progress bar while waiting for OIDC authentication with device code flow,
including special mode for in Jupyter notebooks.
Expand All @@ -17,10 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#425](https://github.com/Open-EO/openeo-python-client/issues/))
- Add `DataCube.aggregate_spatial_window()`

### Changed

### Removed

### Fixed

- Include "scope" parameter in OIDC token request with client credentials grant.
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.17.0a4"
__version__ = "0.17.0"

0 comments on commit 783b5e4

Please sign in to comment.