File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change 1- __version__ = '0.8.3a3 '
1+ __version__ = '0.9.0 '
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments