Skip to content

Commit

Permalink
Bump version and changelog for release (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
ada-globus authored Apr 26, 2024
1 parent 04d8b74 commit 8898a20
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 21 deletions.
7 changes: 0 additions & 7 deletions changelog.d/20240401_164617_derek_consent_forest_sc_30764.rst

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240405_142203_aaschaer_login_flow_manager.rst

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20240422_093018_ada_sc_33101.rst

This file was deleted.

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

.. scriv-insert-here
.. _changelog-3.41.0:

v3.41.0 (2024-04-26)
--------------------

Added
~~~~~

- Added a new AuthClient method ``get_consents`` and supporting local data objects.
These allows a client to poll and interact with the current Globus Auth consent state
of a particular identity rooted at their client. (:pr:`971`)

- Added ``LoginFlowManager`` and ``CommandLineLoginFLowManager`` to experimental (:pr:`972`)

- Added ``LocalServerLoginFlowManager`` to experimental (:pr:`977`)

- Added support to ``FlowsClient`` for the ``validate_flow`` operation of the
Globus Flows service. (:pr:`979`)

.. _changelog-3.40.0:

v3.40.0 (2024-04-15)
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.40.0"
__version__ = "3.41.0"

0 comments on commit 8898a20

Please sign in to comment.