From: Ned Deily Date: Tue, 12 Mar 2019 22:09:08 +0000 (-0400) Subject: bump to 3.7.3rc1+ X-Git-Tag: v3.7.4rc1~345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=822952c14e3c0f88d3aca2fab4f02e851de69fa2;p=thirdparty%2FPython%2Fcpython.git bump to 3.7.3rc1+ --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 57775f2e5d01..d8bac50d1647 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.7.3rc1" +#define PY_VERSION "3.7.3rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff --git a/README.rst b/README.rst index 8d008a26ff77..eb2134a5a0df 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -This is Python version 3.7.3 candidate 1 -======================================== +This is Python version 3.7.3 candidate 1+ +========================================= .. image:: https://travis-ci.org/python/cpython.svg?branch=master :alt: CPython build status on Travis CI