Skip to content

Commit 9d3fd95

Browse files
authored
Release v3.63.0 (#1305)
1 parent af8ec5e commit 9d3fd95

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

changelog.d/20250826_100305_sirosen_deprecate_and_rename_groupfunc.rst

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

changelog.rst

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

1313
.. scriv-insert-here
1414
15+
.. _changelog-3.63.0:
16+
17+
v3.63.0 (2025-09-04)
18+
====================
19+
20+
Changed
21+
-------
22+
23+
- Renamed the ``GroupsClient`` method ``set_subscription_admin_verified_id`` to
24+
``set_subscription_admin_verified``. (:pr:`1302`)
25+
26+
- ``GroupsClient.set_subscription_admin_verified_id`` still exists but emits a
27+
deprecation warning.
28+
1529
.. _changelog-3.62.0:
1630

1731
v3.62.0 (2025-07-31)

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.62.0"
3+
__version__ = "3.63.0"

0 commit comments

Comments
 (0)