From 9fc6cc1bf64fd8c047e2c0f409711910076a688b Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Fri, 14 Feb 2020 10:01:17 +0000 Subject: [PATCH] release 20.0.4 Signed-off-by: Bernat Gabor --- docs/changelog.rst | 13 +++++++++++++ docs/changelog/1582.bugfix.rst | 1 - docs/changelog/1596.feature.rst | 1 - docs/changelog/1606.bugfix.rst | 1 - 4 files changed, 13 insertions(+), 3 deletions(-) delete mode 100644 docs/changelog/1582.bugfix.rst delete mode 100644 docs/changelog/1596.feature.rst delete mode 100644 docs/changelog/1606.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 6cdd73af5..0dd2b22dd 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 `_) + +Bugfixes - 20.0.4 +~~~~~~~~~~~~~~~~~ +- Allow the use of ``/`` as pathname component separator on Windows - by ``vphilippon`` (`#1582 `_) +- Lower minimal version of six required to 1.9 - by ``ssbarnea`` (`#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 f89784535..000000000 --- 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 45d8cf744..000000000 --- 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 1e19339fe..000000000 --- a/docs/changelog/1606.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Lower minimal version of six required to 1.9 - by ``ssbarnea``