Skip to content

Commit

Permalink
Bump version and changelog for release (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-globus authored Nov 21, 2024
1 parent d4dadf1 commit 8df9c5c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 18 deletions.

This file was deleted.

10 changes: 0 additions & 10 deletions changelog.d/20241121_133309_derek_client_app_expired_token_bug.rst

This file was deleted.

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

.. scriv-insert-here
.. _changelog-3.48.0:

v3.48.0 (2024-11-21)
--------------------

Added
~~~~~

- Added the ``ComputeClientV2.register_endpoint()``, ``ComputeClientV2.get_endpoint()``
``ComputeClientV2.get_endpoint_status()``, ``ComputeClientV2.get_endpoints()``,
``ComputeClientV2.delete_endpoint()``, and ``ComputeClientV2.lock_endpoint()``
methods. (:pr:`1110`)

Changed
~~~~~~~

- Removed identity ID consistency validation from ``ClientApp``. (:pr:`1111`)

Fixed
~~~~~

- Fixed a bug that would cause ``ClientApp`` token refreshes to fail. (:pr:`1111`)

.. _changelog-3.47.0:

v3.47.0 (2024-11-08)
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.47.0"
__version__ = "3.48.0"

0 comments on commit 8df9c5c

Please sign in to comment.