summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-07-15 15:29:22 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2020-07-15 15:29:22 +0100
commitbf79e0f2e232feb29c73af121205c6c885591968 (patch)
treec1e884bf6e1f9dbf5d3fd30083db9ea811b11afa
parent82a04a1565456c4414981d54d60b51c76e869371 (diff)
downloadvirtualenv-release-20.0.27.tar.gz
release 20.0.2720.0.27release-20.0.27
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/1897.bugfix.rst1
-rw-r--r--docs/changelog/1898.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d543d6b..c8bb404 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.0.27 (2020-07-15)
+---------------------
+
+Bugfixes - 20.0.27
+~~~~~~~~~~~~~~~~~~
+- No longer preimport threading to fix support for `gpython <https://pypi.org/project/pygolang/#gpython>`_ and `gevent <https://www.gevent.org/>`_ - by :user:`navytux`. (`#1897 <https://github.com/pypa/virtualenv/issues/1897>`_)
+- Upgrade setuptools from ``49.2.0`` on ``Python 3.5+`` - by :user:`gaborbernat`. (`#1898 <https://github.com/pypa/virtualenv/issues/1898>`_)
+
+
v20.0.26 (2020-07-07)
---------------------
diff --git a/docs/changelog/1897.bugfix.rst b/docs/changelog/1897.bugfix.rst
deleted file mode 100644
index 59ff426..0000000
--- a/docs/changelog/1897.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-No longer preimport threading to fix support for `gpython <https://pypi.org/project/pygolang/#gpython>`_ and `gevent <https://www.gevent.org/>`_ - by :user:`navytux`.
diff --git a/docs/changelog/1898.bugfix.rst b/docs/changelog/1898.bugfix.rst
deleted file mode 100644
index 8a4beb7..0000000
--- a/docs/changelog/1898.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade setuptools from ``49.2.0`` on ``Python 3.5+`` - by :user:`gaborbernat`.