Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Feb 27, 2023
1 parent c794d4b commit ac5cc6c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 13 deletions.
1 change: 0 additions & 1 deletion changelog.d/20230207_201702_sirosen_drop_python3_6.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/20230214_193302_sirosen_fix_missing_fstring.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/20230217_212410_sirosen.rst

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 22 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@ to a major new version of the SDK.

.. scriv-insert-here
.. _changelog-3.17.0:

v3.17.0 (2023-02-27)
--------------------

* Remove support for python3.6 (:pr:`681`)

* Fix a typo in ``TransferClient.endpoint_manager_task_successful_transfers``
which prevented calls from being made correctly (:pr:`683`)

* Make ``MutableScope.scope_string`` a public instance attribute (was
``_scope_string``) (:pr:`687`)

* ``MutableScope`` objects can now be used in the ``oauth2_start_flow`` and
``oauth2_client_credentials_tokens`` methods of ``AuthClient`` classes as part
of ``requested_scopes`` (:pr:`689`)

* Globus Groups methods which required enums as arguments now also accept
a variety of ``Literal`` strings in their annotations as well. This is
coupled with changes to ensure that strings and enums are always serialized
correctly in these cases. (:pr:`691`)

.. _changelog-3.16.0:

v3.16.0 (2023-02-07)
Expand Down
2 changes: 1 addition & 1 deletion src/globus_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.16.0"
__version__ = "3.17.0"

0 comments on commit ac5cc6c

Please sign in to comment.