From e472758600d5961ea4718dfd93c9166044656851 Mon Sep 17 00:00:00 2001 From: David Glick Date: Thu, 1 Apr 2021 16:07:46 -0400 Subject: [PATCH 1/2] docutils is actually required --- requirements/dev.txt | 1 + requirements/prod.in | 1 + requirements/prod.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/requirements/dev.txt b/requirements/dev.txt index e768c34857..e4276d6114 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -50,6 +50,7 @@ docopt==0.6.2 # via coveralls docutils==0.16 # via + # -c requirements/prod.txt # readme-renderer # sphinx factory-boy==3.2.0 diff --git a/requirements/prod.in b/requirements/prod.in index e1e4cf70f9..a33325f46b 100644 --- a/requirements/prod.in +++ b/requirements/prod.in @@ -1,6 +1,7 @@ click coloredlogs cryptography +docutils Faker fs github3.py diff --git a/requirements/prod.txt b/requirements/prod.txt index 428df31c48..b6961592f3 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -25,6 +25,8 @@ cryptography==3.4.7 # -r requirements/prod.in # authlib # jwcrypto +docutils==0.16 + # via -r requirements/prod.in faker==7.0.1 # via # -r requirements/prod.in From 175f3289495fe640140a47e5d93b0620ed182641 Mon Sep 17 00:00:00 2001 From: David Glick Date: Thu, 1 Apr 2021 16:15:14 -0400 Subject: [PATCH 2/2] bump version --- HISTORY.rst | 5 +++++ cumulusci/version.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c7d4b59b9d..68ef05a5b6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +3.32.1 (2021-04-01) +------------------- + +April Fool's! This is the real new release, because there was a packaging problem with 3.32.0. + 3.32.0 (2021-04-01) ------------------- diff --git a/cumulusci/version.txt b/cumulusci/version.txt index cac6068cfc..1367bf750d 100644 --- a/cumulusci/version.txt +++ b/cumulusci/version.txt @@ -1 +1 @@ -3.32.0 +3.32.1