summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-03-10 11:22:21 +0000
committerBernat Gabor <bgabor8@bloomberg.net>2020-03-10 11:22:21 +0000
commit206018051e7793636430d9a092183b9e40b0bac2 (patch)
tree5c78166288289f405a59dca428d0330db2431a8e
parent59cccb77f864aa4ae5354bdbcdfe151becd9c7ef (diff)
downloadvirtualenv-release-20.0.10.tar.gz
release 20.0.1020.0.10release-20.0.10
-rw-r--r--docs/changelog.rst17
-rw-r--r--docs/changelog/1618.doc.rst2
-rw-r--r--docs/changelog/1619.doc.rst1
-rw-r--r--docs/changelog/1620.doc.rst1
-rw-r--r--docs/changelog/1663.bugfix.rst2
-rw-r--r--docs/changelog/1702.bugfix.rst1
6 files changed, 17 insertions, 7 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index a2d8b32..bc483e5 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,23 @@ Release History
.. towncrier release notes start
+v20.0.10 (2020-03-10)
+---------------------
+
+Bugfixes - 20.0.10
+~~~~~~~~~~~~~~~~~~
+- Fix acquiring python information might be altered by distutils configuration files generating incorrect layout virtual
+ environments - by :user:`gaborbernat`. (`#1663 <https://github.com/pypa/virtualenv/issues/1663>`_)
+- Upgrade embedded setuptools to ``46.0.0`` from ``45.3.0`` on Python ``3.5+`` - by :user:`gaborbernat`. (`#1702 <https://github.com/pypa/virtualenv/issues/1702>`_)
+
+Improved Documentation - 20.0.10
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+- Document requirements (pip + index server) when installing via pip under the installation section - by
+ :user:`gaborbernat`. (`#1618 <https://github.com/pypa/virtualenv/issues/1618>`_)
+- Document installing from non PEP-518 systems - :user:`gaborbernat`. (`#1619 <https://github.com/pypa/virtualenv/issues/1619>`_)
+- Document installing latest unreleased version from Github - :user:`gaborbernat`. (`#1620 <https://github.com/pypa/virtualenv/issues/1620>`_)
+
+
v20.0.9 (2020-03-08)
--------------------
diff --git a/docs/changelog/1618.doc.rst b/docs/changelog/1618.doc.rst
deleted file mode 100644
index af9cab4..0000000
--- a/docs/changelog/1618.doc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Document requirements (pip + index server) when installing via pip under the installation section - by
-:user:`gaborbernat`.
diff --git a/docs/changelog/1619.doc.rst b/docs/changelog/1619.doc.rst
deleted file mode 100644
index 4360e9e..0000000
--- a/docs/changelog/1619.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Document installing from non PEP-518 systems - :user:`gaborbernat`.
diff --git a/docs/changelog/1620.doc.rst b/docs/changelog/1620.doc.rst
deleted file mode 100644
index 79c5d9c..0000000
--- a/docs/changelog/1620.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Document installing latest unreleased version from Github - :user:`gaborbernat`.
diff --git a/docs/changelog/1663.bugfix.rst b/docs/changelog/1663.bugfix.rst
deleted file mode 100644
index f162936..0000000
--- a/docs/changelog/1663.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix acquiring python information might be altered by distutils configuration files generating incorrect layout virtual
-environments - by :user:`gaborbernat`.
diff --git a/docs/changelog/1702.bugfix.rst b/docs/changelog/1702.bugfix.rst
deleted file mode 100644
index 4e1c97c..0000000
--- a/docs/changelog/1702.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embedded setuptools to ``46.0.0`` from ``45.3.0`` on Python ``3.5+`` - by :user:`gaborbernat`.