From: Ned Deily Date: Wed, 27 Jun 2018 22:29:26 +0000 (-0400) Subject: start 3.7.0+ X-Git-Tag: v3.7.1rc1~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f69a297a942c18ebe83e6a6fa1391ba75978ed3;p=python start 3.7.0+ --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 13876bdcb6..a39b63c617 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.0" +#define PY_VERSION "3.7.0+" /*--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 b3af33b1fc..b4b32f6a91 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -This is Python version 3.7.0 -============================ +This is Python version 3.7.0+ +============================= .. image:: https://travis-ci.org/python/cpython.svg?branch=master :alt: CPython build status on Travis CI