Skip to content

Commit faab337

Browse files
authored
Merge pull request #360 from sirosen/release-1.8.0
Release v1.8.0
2 parents 07f0408 + b6af846 commit faab337

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
CHANGELOG
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+
419
v1.7.1
520
------
621

globus_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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"

0 commit comments

Comments
 (0)