Skip to content

Commit 29caa48

Browse files
committed
Release 0.9.0
1 parent 0282b25 commit 29caa48

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 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.9.0] - 2021-10-11
20+
21+
### Added
22+
1223
- Add command line tool `openeo-auth token-clear` to remove OIDC refresh token cache
1324
- Add support for OIDC device authorization grant without PKCE nor client secret,
1425
([#225](https://github.com/Open-EO/openeo-python-client/issues/225), [openeo-api#410](https://github.com/Open-EO/openeo-api/issues/410))

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.3a3'
1+
__version__ = '0.9.0'

openeo/rest/datacube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __str__(self):
6969
return "DataCube({pg})".format(pg=self._pg)
7070

7171
@property
72-
@deprecated(reason="Use :py:meth:`DataCube.flat_graph()` instead.", version="0.8.3")
72+
@deprecated(reason="Use :py:meth:`DataCube.flat_graph()` instead.", version="0.9.0")
7373
def graph(self) -> dict:
7474
"""
7575
Get the process graph in flat dict representation.

0 commit comments

Comments
 (0)