From 7fab0679a4e46e181fb182c2992012a2bc1221ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 4 Oct 2020 18:20:35 +0100 Subject: [PATCH] release 20.0.33 --- docs/changelog.rst | 9 +++++++++ docs/changelog/1962.bugfix.rst | 1 - docs/changelog/1963.bugfix.rst | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog/1962.bugfix.rst delete mode 100644 docs/changelog/1963.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 4556e10..b67b633 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,15 @@ Release History .. towncrier release notes start +v20.0.33 (2020-10-04) +--------------------- + +Bugfixes - 20.0.33 +~~~~~~~~~~~~~~~~~~ +- Fix ``None`` type error in cygwin if POSIX path in dest - by :user:`danyeaw`. (`#1962 `_) +- Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`. (`#1963 `_) + + v20.0.32 (2020-10-01) --------------------- diff --git a/docs/changelog/1962.bugfix.rst b/docs/changelog/1962.bugfix.rst deleted file mode 100644 index 1832ccb..0000000 --- a/docs/changelog/1962.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``None`` type error in cygwin if POSIX path in dest - by :user:`danyeaw`. diff --git a/docs/changelog/1963.bugfix.rst b/docs/changelog/1963.bugfix.rst deleted file mode 100644 index 27027cf..0000000 --- a/docs/changelog/1963.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`.