summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-03-25 09:29:40 +0000
committerBernat Gabor <bgabor8@bloomberg.net>2020-03-25 09:29:40 +0000
commit37cd7981650262fa0a082e693134da1a59816e4a (patch)
treefb8d664348f3e3fe3c886363ae5a1f6623c8d6f1
parent7654e4dd908e52748a9df0de0a173811ddc51a73 (diff)
downloadvirtualenv-release-20.0.14.tar.gz
release 20.0.1420.0.14release-20.0.14
-rw-r--r--docs/changelog.rst14
-rw-r--r--docs/changelog/1704.feature.rst2
-rw-r--r--docs/changelog/1745.feature.rst1
-rw-r--r--docs/changelog/1746.bugfix.rst1
4 files changed, 14 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 1feb4e1..2c8bb09 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,20 @@ Release History
.. towncrier release notes start
+v20.0.14 (2020-03-25)
+---------------------
+
+Features - 20.0.14
+~~~~~~~~~~~~~~~~~~
+- Remove ``__PYVENV_LAUNCHER__`` on macOs for Python ``3.7.(<8)`` and ``3.8.(<3)`` on interpreter startup via ``pth``
+ file, this pulls in the `upstream patch <https://github.com/python/cpython/pull/9516>`_ - by :user:`gaborbernat`. (`#1704 <https://github.com/pypa/virtualenv/issues/1704>`_)
+- Upgrade embeded setuptools for Python ``3.5+`` to ``46.1.1``, for Python ``2.7`` to ``44.1.0`` - by :user:`gaborbernat`. (`#1745 <https://github.com/pypa/virtualenv/issues/1745>`_)
+
+Bugfixes - 20.0.14
+~~~~~~~~~~~~~~~~~~
+- Fix discovery of interpreter by name from ``PATH`` that does not match a spec format - by :user:`gaborbernat`. (`#1746 <https://github.com/pypa/virtualenv/issues/1746>`_)
+
+
v20.0.13 (2020-03-19)
---------------------
diff --git a/docs/changelog/1704.feature.rst b/docs/changelog/1704.feature.rst
deleted file mode 100644
index 99cffeb..0000000
--- a/docs/changelog/1704.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Remove ``__PYVENV_LAUNCHER__`` on macOs for Python ``3.7.(<8)`` and ``3.8.(<3)`` on interpreter startup via ``pth``
-file, this pulls in the `upstream patch <https://github.com/python/cpython/pull/9516>`_ - by :user:`gaborbernat`.
diff --git a/docs/changelog/1745.feature.rst b/docs/changelog/1745.feature.rst
deleted file mode 100644
index d5c9e76..0000000
--- a/docs/changelog/1745.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embeded setuptools for Python ``3.5+`` to ``46.1.1``, for Python ``2.7`` to ``44.1.0`` - by :user:`gaborbernat`.
diff --git a/docs/changelog/1746.bugfix.rst b/docs/changelog/1746.bugfix.rst
deleted file mode 100644
index f1e44bd..0000000
--- a/docs/changelog/1746.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix discovery of interpreter by name from ``PATH`` that does not match a spec format - by :user:`gaborbernat`.