From e48589d2658ab814d38814210bab6a4765a5bd77 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 15 Oct 2019 03:28:42 -0400 Subject: [PATCH] Post release updates --- Include/patchlevel.h | 2 +- .../next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst | 2 -- .../next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst | 1 - README.rst | 4 ++-- 4 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst delete mode 100644 Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 083aeb8bc629..224eb9ae491e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.7.5" +#define PY_VERSION "3.7.5+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff --git a/Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst b/Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst deleted file mode 100644 index f7b1dbf8d895..000000000000 --- a/Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst +++ /dev/null @@ -1,2 +0,0 @@ -Revert GH-15522, which introduces a regression in -:meth:`mimetypes.guess_type` due to improper handling of filenames as urls. diff --git a/Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst b/Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst deleted file mode 100644 index b5854d1ecb0d..000000000000 --- a/Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst +++ /dev/null @@ -1 +0,0 @@ -Fix error message in activate.bat diff --git a/README.rst b/README.rst index 795b821dd076..aa80a58d5f0c 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -This is Python version 3.7.5 -============================ +This is Python version 3.7.5+ +============================= .. image:: https://travis-ci.org/python/cpython.svg?branch=3.7 :alt: CPython build status on Travis CI -- 2.47.3