From 9659852fdf415937df9d555af767829f9316a6fd Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Sat, 7 Jul 2018 09:27:24 -0500 Subject: [PATCH 1/2] Move 0.23.3 to 0.23.4 --- doc/source/whatsnew/{v0.23.3.txt => v0.23.4.txt} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename doc/source/whatsnew/{v0.23.3.txt => v0.23.4.txt} (82%) diff --git a/doc/source/whatsnew/v0.23.3.txt b/doc/source/whatsnew/v0.23.4.txt similarity index 82% rename from doc/source/whatsnew/v0.23.3.txt rename to doc/source/whatsnew/v0.23.4.txt index 266d2ce448fb0..a88c22e3d01f7 100644 --- a/doc/source/whatsnew/v0.23.3.txt +++ b/doc/source/whatsnew/v0.23.4.txt @@ -1,17 +1,17 @@ -.. _whatsnew_0233: +.. _whatsnew_0234: -v0.23.3 +v0.23.4 ------- This is a minor bug-fix release in the 0.23.x series and includes some small regression fixes and bug fixes. We recommend that all users upgrade to this version. -.. contents:: What's new in v0.23.3 +.. contents:: What's new in v0.23.4 :local: :backlinks: none -.. _whatsnew_0233.fixed_regressions: +.. _whatsnew_0234.fixed_regressions: Fixed Regressions ~~~~~~~~~~~~~~~~~ @@ -19,7 +19,7 @@ Fixed Regressions - - -.. _whatsnew_0233.bug_fixes: +.. _whatsnew_0234.bug_fixes: Bug Fixes ~~~~~~~~~ From f45f399b87ee275061c6ffe1fde15d7f58b13f9c Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Sat, 7 Jul 2018 09:28:58 -0500 Subject: [PATCH 2/2] 0.23.3 whatsnew --- doc/source/whatsnew/v0.23.3.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/source/whatsnew/v0.23.3.txt diff --git a/doc/source/whatsnew/v0.23.3.txt b/doc/source/whatsnew/v0.23.3.txt new file mode 100644 index 0000000000000..b8adce27d2523 --- /dev/null +++ b/doc/source/whatsnew/v0.23.3.txt @@ -0,0 +1,7 @@ +.. _whatsnew_0233: + +v0.23.3 (July 7, 2018) +---------------------- + +This release fixes a build issue with the sdist for Python 3.7 (:issue:`21785`) +There are no other changes.