From dbd889b4728c6f09ba84c131286642e09b16a190 Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Wed, 17 Apr 2019 14:29:19 +0100 Subject: [PATCH] release 3.9.0 --- docs/changelog.rst | 17 +++++++++++++++++ docs/changelog/1257.bugfix.rst | 1 - docs/changelog/1262.feature.rst | 1 - 3 files changed, 17 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog/1257.bugfix.rst delete mode 100644 docs/changelog/1262.feature.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 082b70576..f45536d6d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,23 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.9.0 (2019-04-17) +------------------- + +Bugfixes +^^^^^^^^ + +- Fix ``congratulations`` when using ``^C`` during virtualenv creation - by :user:`asottile` + `#1257 `_ + + +Features +^^^^^^^^ + +- Allow having inline comments in :conf:`deps` — by :user:`webknjaz` + `#1262 `_ + + v3.8.6 (2019-04-03) ------------------- diff --git a/docs/changelog/1257.bugfix.rst b/docs/changelog/1257.bugfix.rst deleted file mode 100644 index f18ff223d..000000000 --- a/docs/changelog/1257.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``congratulations`` when using ``^C`` during virtualenv creation - by :user:`asottile` diff --git a/docs/changelog/1262.feature.rst b/docs/changelog/1262.feature.rst deleted file mode 100644 index 63a86f033..000000000 --- a/docs/changelog/1262.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Allow having inline comments in :conf:`deps` — by :user:`webknjaz`