From abe92e7ef01a7348e30bdaf53048d13cc8a939f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:03:30 +0000 Subject: [PATCH] Release v4.0.1 (#3846) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: James Estevez --- cumulusci/__about__.py | 2 +- docs/history.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index ce1305bf4e..76ad18b89a 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "4.0.0" +__version__ = "4.0.1" diff --git a/docs/history.md b/docs/history.md index 536b806184..5ff75547d1 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,16 @@ +## v4.0.1 (2024-11-18) + +### Issues Fixed 🩴 + +- Fixed a ModuleNotFoundError for docutils by adding the dependency `docutils` by [@jstvz](https://github.com/jstvz) in [#3558](https://github.com/SFDO-Tooling/CumulusCI/pull/3558). + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v4.0.0...v4.0.1 + + + ## v4.0.0 (2024-11-12) ## What's Changed @@ -14,8 +24,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.92.0...v4.0.0 - - ## v3.93.0 (2024-10-17)