]> granicus.if.org Git - python/commitdiff
Moving on to 3.7.0b2+
authorNed Deily <nad@python.org>
Wed, 28 Feb 2018 04:59:44 +0000 (23:59 -0500)
committerNed Deily <nad@python.org>
Wed, 28 Feb 2018 05:03:17 +0000 (00:03 -0500)
Include/patchlevel.h
README.rst

index 49b493a418e0f1056fd7128192e0c6bbd53ec12f..f500dac164e5e7faf8df07a1a0f34ad955521366 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       2
 
 /* Version as a string */
-#define PY_VERSION              "3.7.0b2"
+#define PY_VERSION              "3.7.0b2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 5d47d11ed10125cb98bdfec26263a2cda682bdd0..d6317608873146c9185d0fd1e5df2c20880d8745 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.0 beta 2
-===================================
+This is Python version 3.7.0 beta 2+
+====================================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=master
    :alt: CPython build status on Travis CI