summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-03-19 19:01:58 +0000
committerBernat Gabor <bgabor8@bloomberg.net>2020-03-19 19:01:58 +0000
commit8e4f5b6842f54fac5d7f53a16dcf17aa4e8bfb9c (patch)
tree281e7ce93855c6f12e866483cbc71e5102deb8e3
parent496ed8ca4f24dc7ca17aff3a5f98f428e5b320bf (diff)
downloadvirtualenv-8e4f5b6842f54fac5d7f53a16dcf17aa4e8bfb9c.tar.gz
release 20.0.1320.0.13
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/1738.bugfix.rst1
-rw-r--r--docs/changelog/1739.bugfix.rst2
3 files changed, 10 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 1b513ee..1feb4e1 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,16 @@ Release History
.. towncrier release notes start
+v20.0.13 (2020-03-19)
+---------------------
+
+Bugfixes - 20.0.13
+~~~~~~~~~~~~~~~~~~
+- Do not fail when the pyc files is missing for the host Python 2 - by :user:`gaborbernat`. (`#1738 <https://github.com/pypa/virtualenv/issues/1738>`_)
+- Support broken Packaging pythons that put the include headers under distutils pattern rather than sysconfig one
+ - by :user:`gaborbernat`. (`#1739 <https://github.com/pypa/virtualenv/issues/1739>`_)
+
+
v20.0.12 (2020-03-19)
---------------------
diff --git a/docs/changelog/1738.bugfix.rst b/docs/changelog/1738.bugfix.rst
deleted file mode 100644
index 724a88d..0000000
--- a/docs/changelog/1738.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Do not fail when the pyc files is missing for the host Python 2 - by :user:`gaborbernat`.
diff --git a/docs/changelog/1739.bugfix.rst b/docs/changelog/1739.bugfix.rst
deleted file mode 100644
index e5fc177..0000000
--- a/docs/changelog/1739.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Support broken Packaging pythons that put the include headers under distutils pattern rather than sysconfig one
-- by :user:`gaborbernat`.