From 64ca39f68c7070043dfd1b98017763d0d5622402 Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Wed, 20 May 2020 09:05:02 +0100 Subject: release 20.0.21 --- docs/changelog.rst | 17 +++++++++++++++++ docs/changelog/1806.feature.rst | 2 -- docs/changelog/1824.bugfix.rst | 3 --- docs/changelog/1827.bugfix.rst | 1 - docs/changelog/1834.bugfix.rst | 1 - 5 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 docs/changelog/1806.feature.rst delete mode 100644 docs/changelog/1824.bugfix.rst delete mode 100644 docs/changelog/1827.bugfix.rst delete mode 100644 docs/changelog/1834.bugfix.rst 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 `_) + +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 `_) +- 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 `_) +- Seeder pip now correctly handles ``--extra-search-dir`` - by :user:`frenzymadness`. (`#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`. -- cgit v1.2.1