diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2023-02-06 13:25:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-06 13:25:03 -0800 |
| commit | 2a56eb219d9514886c25450fdae84c128ebe7afe (patch) | |
| tree | 13a2a046b811cd6f03928ffcf42646de8afc0151 | |
| parent | 828762aab9299270f88deb88b822259047a9b326 (diff) | |
| parent | 32f270c11621c0658e8ae95e3060c1896a03d13b (diff) | |
| download | virtualenv-2a56eb219d9514886c25450fdae84c128ebe7afe.tar.gz | |
Merge pull request #2497 from pypa/release-20.18.0
| -rw-r--r-- | docs/changelog.rst | 13 | ||||
| -rw-r--r-- | docs/changelog/2481.bugfix.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2489.bugfix.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2489.feature.rst | 1 |
4 files changed, 13 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 17f3a41..fd0b9a4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,19 @@ Release History .. towncrier release notes start +v20.18.0 (2023-02-06) +--------------------- + +Features - 20.18.0 +~~~~~~~~~~~~~~~~~~ +- Drop ``3.6`` runtime support (can still create ``2.7+``) - by :user:`gaborbernat`. (:issue:`2489`) + +Bugfixes - 20.18.0 +~~~~~~~~~~~~~~~~~~ +- Fix broken prompt in Nushell when activating virtual environment - by :user:`kubouc`. (:issue:`2481`) +- Bump embedded pip to ``23.0`` and setuptools to ``67.1`` - by :user:`gaborbernat`. (:issue:`2489`) + + v20.17.1 (2022-12-05) --------------------- diff --git a/docs/changelog/2481.bugfix.rst b/docs/changelog/2481.bugfix.rst deleted file mode 100644 index 8a6d471..0000000 --- a/docs/changelog/2481.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix broken prompt in Nushell when activating virtual environment - by :user:`kubouc`. diff --git a/docs/changelog/2489.bugfix.rst b/docs/changelog/2489.bugfix.rst deleted file mode 100644 index 396f2b6..0000000 --- a/docs/changelog/2489.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Bump embedded pip to ``23.0`` and setuptools to ``67.1`` - by :user:`gaborbernat`. diff --git a/docs/changelog/2489.feature.rst b/docs/changelog/2489.feature.rst deleted file mode 100644 index 1c41615..0000000 --- a/docs/changelog/2489.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Drop ``3.6`` runtime support (can still create ``2.7+``) - by :user:`gaborbernat`. |
