From aaae17b9d6671b0b7e71b0c5ae49d1873fce53d5 Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Fri, 27 Feb 2026 10:50:55 -0600 Subject: [PATCH] Bump version and changelog for release --- ...27_094736_sirosen_bugfix_datetime_conversions.rst | 6 ------ changelog.rst | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/20260227_094736_sirosen_bugfix_datetime_conversions.rst diff --git a/changelog.d/20260227_094736_sirosen_bugfix_datetime_conversions.rst b/changelog.d/20260227_094736_sirosen_bugfix_datetime_conversions.rst deleted file mode 100644 index 72fa948ef..000000000 --- a/changelog.d/20260227_094736_sirosen_bugfix_datetime_conversions.rst +++ /dev/null @@ -1,6 +0,0 @@ -Fixed ------ - -- Fixed a bug in ``globus_sdk.TransferData`` which failed to convert - ``deadline`` to a string when a ``datetime.datetime`` object is given. - (:pr:`1372`) diff --git a/changelog.rst b/changelog.rst index a8e98ee06..390d7aadd 100644 --- a/changelog.rst +++ b/changelog.rst @@ -12,6 +12,18 @@ to a major new version of the SDK. .. scriv-insert-here +.. _changelog-4.4.1: + +v4.4.1 (2026-02-27) +=================== + +Fixed +----- + +- Fixed a bug in ``globus_sdk.TransferData`` which failed to convert + ``deadline`` to a string when a ``datetime.datetime`` object is given. + (:pr:`1372`) + .. _changelog-4.4.0: v4.4.0 (2026-02-13) diff --git a/pyproject.toml b/pyproject.toml index 85b6906b4..5093152e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "globus-sdk" -version = "4.4.0" +version = "4.4.1" authors = [ { name = "Globus Team", email = "support@globus.org" }, ]