Skip to content

Commit 240105c

Browse files
authored
Release v4.4.1 (#1373)
2 parents e70bf85 + aaae17b commit 240105c

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

changelog.d/20260227_094736_sirosen_bugfix_datetime_conversions.rst

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

changelog.rst

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

1313
.. scriv-insert-here
1414
15+
.. _changelog-4.4.1:
16+
17+
v4.4.1 (2026-02-27)
18+
===================
19+
20+
Fixed
21+
-----
22+
23+
- Fixed a bug in ``globus_sdk.TransferData`` which failed to convert
24+
``deadline`` to a string when a ``datetime.datetime`` object is given.
25+
(:pr:`1372`)
26+
1527
.. _changelog-4.4.0:
1628

1729
v4.4.0 (2026-02-13)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "globus-sdk"
7-
version = "4.4.0"
7+
version = "4.4.1"
88
authors = [
99
{ name = "Globus Team", email = "support@globus.org" },
1010
]

0 commit comments

Comments
 (0)