]> granicus.if.org Git - python/commitdiff
post 3.7.0rc1
authorNed Deily <nad@python.org>
Tue, 12 Jun 2018 07:10:51 +0000 (03:10 -0400)
committerNed Deily <nad@python.org>
Tue, 12 Jun 2018 07:10:51 +0000 (03:10 -0400)
Include/patchlevel.h
README.rst

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