File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ v1.8.0
5+ ------
6+
7+ * Add a property to paginated results which shows if more results are available (`#346 `_)
8+ * Update docs to state that Globus SDK uses semver (`#357 `_)
9+ * Fix `RefreshTokenAuthorizer ` to handle a new `refresh_token ` being sent back by Auth (`#359 `_)
10+ * Fix typo in endpoint_search log message (`#355 `_)
11+ * Fix Globus Web App activation links in docs (`#356 `_)
12+
13+ .. _#359 : https://github.com/globus/globus-sdk-python/pull/359
14+ .. _#357 : https://github.com/globus/globus-sdk-python/pull/357
15+ .. _#356 : https://github.com/globus/globus-sdk-python/pull/356
16+ .. _#355 : https://github.com/globus/globus-sdk-python/pull/355
17+ .. _#346 : https://github.com/globus/globus-sdk-python/pull/346
18+
419v1.7.1
520------
621
Original file line number Diff line number Diff line change 11# single source of truth for package version,
22# see https://packaging.python.org/en/latest/single_source_version/
3- __version__ = "1.7.1 "
3+ __version__ = "1.8.0 "
You can’t perform that action at this time.
0 commit comments