Skip to content

Commit ad63244

Browse files
authored
Merge pull request #1239 from globus/release-3.59.0
Release v3.59.0
2 parents 32aa2be + 9ce686e commit ad63244

5 files changed

Lines changed: 21 additions & 15 deletions

changelog.d/20250618_152809_pjhinton_sc_38573_subscription_admin_verified_support.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20250623_074800_kurtmckee_fix_changelog_rendering.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

changelog.d/20250630_144536_yadudoc1729_get_endpoints_with_role.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@ to a major new version of the SDK.
1212

1313
.. scriv-insert-here
1414
15+
.. _changelog-3.59.0:
16+
17+
v3.59.0 (2025-07-01)
18+
====================
19+
20+
Added
21+
-----
22+
23+
- Added the ``TransferClient.set_subscription_admin_verified()`` method. (:pr:`1227`)
24+
25+
- Updated ``ComputeClientV2.get_endpoints`` with a new ``role`` kwarg. (:pr:`1238`)
26+
27+
Development
28+
-----------
29+
30+
- Convert the CHANGELOG to Markdown-compatible headers.
31+
32+
This resolves rendering issues in Dependabot PRs in the CLI,
33+
and simplifies compatibility between RST and Markdown.
34+
1535
.. _changelog-3.58.0:
1636

1737
v3.58.0 (2025-06-16)

src/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__ = "3.58.0"
3+
__version__ = "3.59.0"

0 commit comments

Comments
 (0)