Skip to content

Commit cb89ffb

Browse files
authored
Merge pull request #963 from sirosen/release-3.39.0
Release v3.39.0
2 parents af5462d + 5528839 commit cb89ffb

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

changelog.d/20240301_143526_aaschaer_stat.rst

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

changelog.rst

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

1313
.. scriv-insert-here
1414
15+
.. _changelog-3.39.0:
16+
17+
v3.39.0 (2024-03-06)
18+
--------------------
19+
20+
Added
21+
~~~~~
22+
23+
- Added ``TransferClient.operation_stat`` helper method for getting the status of a path on a collection (:pr:`961`)
24+
1525
.. _changelog-3.38.0:
1626

1727
v3.38.0 (2024-03-01)

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.38.0"
3+
__version__ = "3.39.0"

0 commit comments

Comments
 (0)