From 681a094c623738091be2f39b8175f52b04f9325f Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Wed, 15 Jul 2020 18:27:16 +0100 Subject: [PATCH] release 3.17.1 --- docs/changelog.rst | 10 ++++++++++ docs/changelog/1616.bugfix.rst | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) delete mode 100644 docs/changelog/1616.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 78892596c..e3812b9ba 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,16 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.17.1 (2020-07-15) +-------------------- + +Bugfixes +^^^^^^^^ + +- Fix tests when the ``HOSTNAME`` environment variable is set, but empty string - by :user:`hroncok` + `#1616 `_ + + v3.17.0 (2020-07-14) -------------------- diff --git a/docs/changelog/1616.bugfix.rst b/docs/changelog/1616.bugfix.rst deleted file mode 100644 index 36d20aa15..000000000 --- a/docs/changelog/1616.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix tests when the ``HOSTNAME`` environment variable is set, but empty string - by :user:`hroncok`