Skip to content

Commit a56fd4e

Browse files
authored
Release v3.65.0 (#1323)
2 parents f9eb887 + 6fe33f8 commit a56fd4e

6 files changed

+19
-18
lines changed

changelog.d/20250708_131116_kurtmckee_flow_timers_sc_38833.rst

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

changelog.d/20250929_092604_kurtmckee_update_auth_get_my_groups.rst

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

changelog.d/20250929_094724_kurtmckee_update_auth_batch_membership_action.rst

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

changelog.d/20250929_110643_kurtmckee_fix_poetry_check.rst

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

changelog.rst

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

1313
.. scriv-insert-here
1414
15+
.. _changelog-3.65.0:
16+
17+
v3.65.0 (2025-10-02)
18+
====================
19+
20+
Added
21+
-----
22+
23+
- Add a ``FlowTimer`` payload class to aid in creating timers that run flows.
24+
- Add the ``statuses`` parameter to ``GroupsClient.get_my_groups()``. (:pr:`1317`)
25+
- Add ``.change_role()`` to the Globus Groups ``BatchMembershipActions`` helper class. (:pr:`1318`)
26+
- Add ``.change_roles()`` to the Globus Groups ``GroupsManager`` class. (:pr:`1318`)
27+
28+
Development
29+
-----------
30+
31+
- Fix a Poetry deprecation warning in the test suite. (:pr:`1320`)
32+
1533
.. _changelog-3.64.0:
1634

1735
v3.64.0 (2025-09-24)

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.64.0"
3+
__version__ = "3.65.0"

0 commit comments

Comments
 (0)