summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-10-04 18:20:35 +0100
committerBernát Gábor <bgabor8@bloomberg.net>2020-10-04 18:20:35 +0100
commit7fab0679a4e46e181fb182c2992012a2bc1221ba (patch)
treeacc28c7547f7313a4104b4ae33ed2b96d7ffd1ae
parent06dba77aa1e798c20c1d001734ba3442f85f15da (diff)
downloadvirtualenv-20.0.33.tar.gz
release 20.0.3320.0.33
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/1962.bugfix.rst1
-rw-r--r--docs/changelog/1963.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
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 <https://github.com/pypa/virtualenv/issues/1962>`_)
+- Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`. (`#1963 <https://github.com/pypa/virtualenv/issues/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`.