From 1bd045ee803a891a5d805e9f37a6677928132a70 Mon Sep 17 00:00:00 2001 From: Reid Mello <30907815+rjmello@users.noreply.github.com> Date: Thu, 28 Mar 2024 09:28:05 -0400 Subject: [PATCH] Bump version and changelog for release v0.4.1 --- CHANGELOG.md | 7 +++++++ changelog.d/20240327_225924_30907815+rjmello_HEAD.md | 4 ---- setup.cfg | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/20240327_225924_30907815+rjmello_HEAD.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e9235..4fdc926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ + +## 0.4.1 (2024-03-28) + +### Fixed + +- Users can install Pydantic V2 without causing pip dependency errors. + ## 0.4.0 (2024-03-26) diff --git a/changelog.d/20240327_225924_30907815+rjmello_HEAD.md b/changelog.d/20240327_225924_30907815+rjmello_HEAD.md deleted file mode 100644 index 8e48608..0000000 --- a/changelog.d/20240327_225924_30907815+rjmello_HEAD.md +++ /dev/null @@ -1,4 +0,0 @@ -### Fixed - -- Users can install Pydantic V2 without causing pip dependency errors. - diff --git a/setup.cfg b/setup.cfg index 2dd8520..c341117 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = globus-compute-common -version = 0.4.0 +version = 0.4.1 description = Common tools for Globus Compute projects long_description = file: README.md long_description_content_type = text/markdown