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
kurtmckee committed Jun 16, 2023
1 parent 172b21d commit 560a22d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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

.. scriv-insert-here
.. _changelog-3.21.0:

v3.21.0 (2023-06-16)
--------------------

* ``AuthAPIError`` will now parse a unique ``id`` found in the error
subdocuments as the ``request_id`` attribute (:pr:`749`)

* Add a ``FlowsClient.update_run()`` method. (:pr:`744`)

* Add a ``FlowsClient.delete_run()`` method. (:pr:`747`)

* Add a ``FlowsClient.cancel_run()`` method. (:pr:`747`)

* Add an ``experimental`` subpackage. (:pr:`751`)

.. _changelog-3.20.1:

v3.20.1 (2023-06-06)
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.20.1"
__version__ = "3.21.0"

0 comments on commit 560a22d

Please sign in to comment.