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 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