diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-08-04 07:55:38 -0700 |
|---|---|---|
| committer | Bernát Gábor <gaborjbernat@gmail.com> | 2022-08-04 07:55:38 -0700 |
| commit | 2f8667abaa0e3b96f706635f81efa3c54db076ff (patch) | |
| tree | f3539e55ec3e735a97000b66d5fc2c1d186c2797 | |
| parent | b18f7339f5acc81d13ce10462073f2646eafbb09 (diff) | |
| download | virtualenv-2f8667abaa0e3b96f706635f81efa3c54db076ff.tar.gz | |
release 20.16.320.16.3
| -rw-r--r-- | docs/changelog.rst | 8 | ||||
| -rw-r--r-- | docs/changelog/2395.bugfix.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index a6ddbcc..5c4542c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.16.3 (2022-08-04) +--------------------- + +Bugfixes - 20.16.3 +~~~~~~~~~~~~~~~~~~ +- Upgrade embedded pip to ``22.2.2`` from ``22.2.1`` and setuptools to ``63.4.1`` from ``63.2.0`` - by :user:`gaborbernat`. (`#2395 <https://github.com/pypa/virtualenv/issues/2395>`_) + + v20.16.2 (2022-07-27) --------------------- diff --git a/docs/changelog/2395.bugfix.rst b/docs/changelog/2395.bugfix.rst deleted file mode 100644 index cdc477c..0000000 --- a/docs/changelog/2395.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade embedded pip to ``22.2.2`` from ``22.2.1`` and setuptools to ``63.4.1`` from ``63.2.0`` - by :user:`gaborbernat`. |
