summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-10-15 13:11:17 +0100
committerBernát Gábor <bgabor8@bloomberg.net>2020-10-15 13:11:17 +0100
commitda1c6a3541817dbafeed9efc37129f7284f05a98 (patch)
tree07e51968168337f164c21ab9e7e1433267b8992a
parent8f3d157101286e69a81df873dc4d575eb426da13 (diff)
downloadvirtualenv-release-20.0.35.tar.gz
release 20.0.3520.0.35release-20.0.35
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/1982.bugfix.rst1
-rw-r--r--docs/changelog/1983.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 7ad6b70..5a3d034 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.0.35 (2020-10-15)
+---------------------
+
+Bugfixes - 20.0.35
+~~~~~~~~~~~~~~~~~~
+- Bump embedded setuptools from ``50.3.0`` to ``50.3.1`` - by :user:`gaborbernat`. (`#1982 <https://github.com/pypa/virtualenv/issues/1982>`_)
+- After importing virtualenv passing cwd to a subprocess calls breaks with ``invalid directory`` - by :user:`gaborbernat`. (`#1983 <https://github.com/pypa/virtualenv/issues/1983>`_)
+
+
v20.0.34 (2020-10-12)
---------------------
diff --git a/docs/changelog/1982.bugfix.rst b/docs/changelog/1982.bugfix.rst
deleted file mode 100644
index 09f05b8..0000000
--- a/docs/changelog/1982.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump embedded setuptools from ``50.3.0`` to ``50.3.1`` - by :user:`gaborbernat`.
diff --git a/docs/changelog/1983.bugfix.rst b/docs/changelog/1983.bugfix.rst
deleted file mode 100644
index 32a973f..0000000
--- a/docs/changelog/1983.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-After importing virtualenv passing cwd to a subprocess calls breaks with ``invalid directory`` - by :user:`gaborbernat`.