From 76195e1d1dffb4084452b9f3c22c390db43458ca Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Mon, 1 Apr 2019 10:53:07 -0400 Subject: [PATCH] release 3.8.4 --- docs/changelog.rst | 12 ++++++++++++ docs/changelog/1234.bugfix.rst | 1 - docs/changelog/1236.bugfix.rst | 1 - 3 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog/1234.bugfix.rst delete mode 100644 docs/changelog/1236.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index c2c7ce91d..36ff9aeff 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,18 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.8.4 (2019-04-01) +------------------- + +Bugfixes +^^^^^^^^ + +- Fix sdist creation on python2.x when there is non-ascii output. + `#1234 `_ +- fix typos in isolated.py that made it impossible to install package with requirements in pyproject.toml - by :user:`unmade` + `#1236 `_ + + v3.8.3 (2019-03-29) ------------------- diff --git a/docs/changelog/1234.bugfix.rst b/docs/changelog/1234.bugfix.rst deleted file mode 100644 index 53d4de326..000000000 --- a/docs/changelog/1234.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix sdist creation on python2.x when there is non-ascii output. diff --git a/docs/changelog/1236.bugfix.rst b/docs/changelog/1236.bugfix.rst deleted file mode 100644 index cf6868ad7..000000000 --- a/docs/changelog/1236.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -fix typos in isolated.py that made it impossible to install package with requirements in pyproject.toml - by :user:`unmade`