summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-05-20 09:05:02 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2020-05-20 09:05:02 +0100
commit64ca39f68c7070043dfd1b98017763d0d5622402 (patch)
tree338e53d564a8ca1fae898677c4b5365b0b9cd134
parentcab770c8f01c757193c0df11a72468259a47d4c4 (diff)
downloadvirtualenv-release-20.0.21.tar.gz
release 20.0.2120.0.21release-20.0.21
-rw-r--r--docs/changelog.rst17
-rw-r--r--docs/changelog/1806.feature.rst2
-rw-r--r--docs/changelog/1824.bugfix.rst3
-rw-r--r--docs/changelog/1827.bugfix.rst1
-rw-r--r--docs/changelog/1834.bugfix.rst1
5 files changed, 17 insertions, 7 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 8516c98..408257a 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,23 @@ Release History
.. towncrier release notes start
+v20.0.21 (2020-05-20)
+---------------------
+
+Features - 20.0.21
+~~~~~~~~~~~~~~~~~~
+- Generate ignore file for version control systems to avoid tracking virtual environments by default. Users should
+ remove these files if still want to track. For now we support only **git** by :user:`gaborbernat`. (`#1806 <https://github.com/pypa/virtualenv/issues/1806>`_)
+
+Bugfixes - 20.0.21
+~~~~~~~~~~~~~~~~~~
+- Fix virtualenv fails sometimes when run concurrently, ``--clear-app-data`` conflicts with :option:`clear` flag when
+ abbreviation is turned on. To bypass this while allowing abbreviated flags on the command line we had to move it to
+ :option:`reset-app-data` - by :user:`gaborbernat`. (`#1824 <https://github.com/pypa/virtualenv/issues/1824>`_)
+- Upgrade embeded ``setuptools`` to ``46.4.0`` from ``46.1.3`` on Python ``3.5+``, and ``pip`` from ``20.1`` to ``20.1.1`` - by :user:`gaborbernat`. (`#1827 <https://github.com/pypa/virtualenv/issues/1827>`_)
+- Seeder pip now correctly handles ``--extra-search-dir`` - by :user:`frenzymadness`. (`#1834 <https://github.com/pypa/virtualenv/issues/1834>`_)
+
+
v20.0.20 (2020-05-04)
---------------------
diff --git a/docs/changelog/1806.feature.rst b/docs/changelog/1806.feature.rst
deleted file mode 100644
index 75d4ee0..0000000
--- a/docs/changelog/1806.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Generate ignore file for version control systems to avoid tracking virtual environments by default. Users should
-remove these files if still want to track. For now we support only **git** by :user:`gaborbernat`.
diff --git a/docs/changelog/1824.bugfix.rst b/docs/changelog/1824.bugfix.rst
deleted file mode 100644
index 7fb4bff..0000000
--- a/docs/changelog/1824.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix virtualenv fails sometimes when run concurrently, ``--clear-app-data`` conflicts with :option:`clear` flag when
-abbreviation is turned on. To bypass this while allowing abbreviated flags on the command line we had to move it to
-:option:`reset-app-data` - by :user:`gaborbernat`.
diff --git a/docs/changelog/1827.bugfix.rst b/docs/changelog/1827.bugfix.rst
deleted file mode 100644
index abec5b4..0000000
--- a/docs/changelog/1827.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embeded ``setuptools`` to ``46.4.0`` from ``46.1.3`` on Python ``3.5+``, and ``pip`` from ``20.1`` to ``20.1.1`` - by :user:`gaborbernat`.
diff --git a/docs/changelog/1834.bugfix.rst b/docs/changelog/1834.bugfix.rst
deleted file mode 100644
index 45c7c08..0000000
--- a/docs/changelog/1834.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Seeder pip now correctly handles ``--extra-search-dir`` - by :user:`frenzymadness`.