summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2022-12-05 12:00:26 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2022-12-05 12:00:26 -0800
commit63d5a3ceaf66441542da951914f34d8c1951ab28 (patch)
treef289c12b84923faf19bef77cd5384195002bc2e0
parentd3215e4b3c1db93c7591ed68d20dc3c62fe0b03b (diff)
downloadvirtualenv-63d5a3ceaf66441542da951914f34d8c1951ab28.tar.gz
release 20.17.120.17.1
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2460.bugfix.rst1
-rw-r--r--docs/changelog/2461.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index af0ee61..17f3a41 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.17.1 (2022-12-05)
+---------------------
+
+Bugfixes - 20.17.1
+~~~~~~~~~~~~~~~~~~
+- A ``py`` or ``python`` spec means any Python rather than ``CPython`` - by :user:`gaborbernat`. (`#2460 <https://github.com/pypa/virtualenv/issues/2460>`_)
+- Make ``activate.nu`` respect ``VIRTUAL_ENV_DISABLE_PROMPT`` and not set the prompt if reqeusted - by :user:`m-lima`. (`#2461 <https://github.com/pypa/virtualenv/issues/2461>`_)
+
+
v20.17.0 (2022-11-27)
---------------------
diff --git a/docs/changelog/2460.bugfix.rst b/docs/changelog/2460.bugfix.rst
deleted file mode 100644
index 60cd166..0000000
--- a/docs/changelog/2460.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-A ``py`` or ``python`` spec means any Python rather than ``CPython`` - by :user:`gaborbernat`.
diff --git a/docs/changelog/2461.bugfix.rst b/docs/changelog/2461.bugfix.rst
deleted file mode 100644
index 66ea551..0000000
--- a/docs/changelog/2461.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Make ``activate.nu`` respect ``VIRTUAL_ENV_DISABLE_PROMPT`` and not set the prompt if reqeusted - by :user:`m-lima`.