summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-02-14 10:01:17 +0000
committerBernat Gabor <bgabor8@bloomberg.net>2020-02-14 10:01:17 +0000
commit9fc6cc1bf64fd8c047e2c0f409711910076a688b (patch)
tree2476cd45e77b53e39556d9cb8f5206ee629c4b7b
parent30006073bd4d02a2f3c4961877dc612f5b19f93f (diff)
downloadvirtualenv-20.0.4.tar.gz
release 20.0.420.0.4
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
-rw-r--r--docs/changelog.rst13
-rw-r--r--docs/changelog/1582.bugfix.rst1
-rw-r--r--docs/changelog/1596.feature.rst1
-rw-r--r--docs/changelog/1606.bugfix.rst1
4 files changed, 13 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 6cdd73a..0dd2b22 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,19 @@ Release History
.. towncrier release notes start
+v20.0.4 (2020-02-14)
+--------------------
+
+Features - 20.0.4
+~~~~~~~~~~~~~~~~~
+- When aliasing interpreters, use relative symlinks - by :user:`asottile`. (`#1596 <https://github.com/pypa/virtualenv/issues/1596>`_)
+
+Bugfixes - 20.0.4
+~~~~~~~~~~~~~~~~~
+- Allow the use of ``/`` as pathname component separator on Windows - by ``vphilippon`` (`#1582 <https://github.com/pypa/virtualenv/issues/1582>`_)
+- Lower minimal version of six required to 1.9 - by ``ssbarnea`` (`#1606 <https://github.com/pypa/virtualenv/issues/1606>`_)
+
+
v20.0.3 (2020-02-12)
--------------------
diff --git a/docs/changelog/1582.bugfix.rst b/docs/changelog/1582.bugfix.rst
deleted file mode 100644
index f897845..0000000
--- a/docs/changelog/1582.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow the use of ``/`` as pathname component separator on Windows - by ``vphilippon``
diff --git a/docs/changelog/1596.feature.rst b/docs/changelog/1596.feature.rst
deleted file mode 100644
index 45d8cf7..0000000
--- a/docs/changelog/1596.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-When aliasing interpreters, use relative symlinks - by :user:`asottile`.
diff --git a/docs/changelog/1606.bugfix.rst b/docs/changelog/1606.bugfix.rst
deleted file mode 100644
index 1e19339..0000000
--- a/docs/changelog/1606.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Lower minimal version of six required to 1.9 - by ``ssbarnea``