From e2000ef2f241c57b4ec8cf247f38d75a108c4e67 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 25 Jun 2019 14:57:49 -0700 Subject: [PATCH] release 3.13.1 --- docs/changelog.rst | 10 ++++++++++ docs/changelog/1349.bugfix.rst | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) delete mode 100644 docs/changelog/1349.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 9ebd342d3..5be6a56cc 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.13.1 (2019-06-25) +-------------------- + +Bugfixes +^^^^^^^^ + +- Fix isolated build double-requirement - by :user:`asottile`. + `#1349 `_ + + v3.13.0 (2019-06-24) -------------------- diff --git a/docs/changelog/1349.bugfix.rst b/docs/changelog/1349.bugfix.rst deleted file mode 100644 index e41baa736..000000000 --- a/docs/changelog/1349.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix isolated build double-requirement - by :user:`asottile`.