Skip to content

Commit 392f473

Browse files
committed
Release 0.19.0
1 parent 2b8914c commit 392f473

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
@@ -8,15 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11+
### Changed
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
18+
## [0.19.0] - 2023-06-16
19+
20+
### Added
21+
1122
- Generalized support for setting (default) OIDC provider id through env var `OPENEO_AUTH_PROVIDER_ID`
1223
[#419](https://github.com/Open-EO/openeo-python-client/issues/419)
1324
- Added `OidcDeviceCodePollTimeout`: specific exception for OIDC device code flow poll timeouts
1425
- On-demand preview: Added `DataCube.preview()` to generate a XYZ service with the process graph and display a map widget
1526

16-
### Changed
17-
18-
### Removed
19-
2027
### Fixed
2128

2229
- Fix format option conflict between `save_result` and `create_job`

openeo/_version.py

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

0 commit comments

Comments
 (0)