]> granicus.if.org Git - python/commitdiff
start 3.7.0+
authorNed Deily <nad@python.org>
Wed, 27 Jun 2018 22:29:26 +0000 (18:29 -0400)
committerNed Deily <nad@python.org>
Wed, 27 Jun 2018 22:29:26 +0000 (18:29 -0400)
Include/patchlevel.h
README.rst

index 13876bdcb639cdbe437a095f596212e0dda5988c..a39b63c617b7e20d549a5005570f7bba5a9cf7da 100644 (file)
@@ -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.
index b3af33b1fc5fe35a1ced09ff9d69365a1677aa8b..b4b32f6a91b99588ba6904ec2e51697d8d55102b 100644 (file)
@@ -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