Skip to content

Commit 783b5e4

Browse files
committed
Release 0.17.0
1 parent 655dcdd commit 783b5e4

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,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.17.0] - 2023-05-16
20+
21+
### Added
22+
1223
- `Connection.authenticate_oidc()`: add argument to set maximum device code flow poll time
1324
- Show progress bar while waiting for OIDC authentication with device code flow,
1425
including special mode for in Jupyter notebooks.
@@ -17,10 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1728
([#425](https://github.com/Open-EO/openeo-python-client/issues/))
1829
- Add `DataCube.aggregate_spatial_window()`
1930

20-
### Changed
21-
22-
### Removed
23-
2431
### Fixed
2532

2633
- Include "scope" parameter in OIDC token request with client credentials grant.

openeo/_version.py

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

0 commit comments

Comments
 (0)