From 682d5f7ea6d449730e480553e757ef7e13f6f820 Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Fri, 29 Mar 2019 13:10:44 +0000 Subject: [PATCH] release 3.8.3 --- docs/changelog.rst | 12 ++++++++++++ docs/changelog/1227.bugfix.rst | 1 - docs/changelog/1228.bugfix.rst | 1 - 3 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog/1227.bugfix.rst delete mode 100644 docs/changelog/1228.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index f4b68e8aa..c2c7ce91d 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.3 (2019-03-29) +------------------- + +Bugfixes +^^^^^^^^ + +- don't crash when version information is not available for a proposed base python - by :user:`gaborbernat` + `#1227 `_ +- Do not print exception traceback when the provisioned tox fails - by :user:`gaborbernat` + `#1228 `_ + + v3.8.2 (2019-03-29) ------------------- diff --git a/docs/changelog/1227.bugfix.rst b/docs/changelog/1227.bugfix.rst deleted file mode 100644 index 7d7a5009f..000000000 --- a/docs/changelog/1227.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -don't crash when version information is not available for a proposed base python - by :user:`gaborbernat` diff --git a/docs/changelog/1228.bugfix.rst b/docs/changelog/1228.bugfix.rst deleted file mode 100644 index cdd5e7c87..000000000 --- a/docs/changelog/1228.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Do not print exception traceback when the provisioned tox fails - by :user:`gaborbernat`