diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2021-12-29 11:00:58 +0000 |
|---|---|---|
| committer | Bernát Gábor <gaborjbernat@gmail.com> | 2021-12-29 11:00:58 +0000 |
| commit | b33e0ef37800ef24ae67a6bf7f8a68e3221c9685 (patch) | |
| tree | 27bf9801339c51bf1f625c9909cbc55f6183ebe9 | |
| parent | c3c4f7a2e9626bb70fdbe07bbb525af9ced5997f (diff) | |
| download | virtualenv-20.11.2.tar.gz | |
release 20.11.220.11.2
| -rw-r--r-- | docs/changelog.rst | 8 | ||||
| -rw-r--r-- | docs/changelog/2203.bugfix.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index d3f30c5..b5caa3c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.11.2 (2021-12-29) +--------------------- + +Bugfixes - 20.11.2 +~~~~~~~~~~~~~~~~~~ +- Fix installation of pinned versions of ``pip``, ``setuptools`` & ``wheel`` - by :user:`mayeut`. (`#2203 <https://github.com/pypa/virtualenv/issues/2203>`_) + + v20.11.1 (2021-12-29) --------------------- diff --git a/docs/changelog/2203.bugfix.rst b/docs/changelog/2203.bugfix.rst deleted file mode 100644 index f27c59f..0000000 --- a/docs/changelog/2203.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix installation of pinned versions of ``pip``, ``setuptools`` & ``wheel`` - by :user:`mayeut`. |
