]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release bump
authorNed Deily <nad@python.org>
Thu, 27 Sep 2018 00:08:16 +0000 (20:08 -0400)
committerNed Deily <nad@python.org>
Thu, 27 Sep 2018 00:08:16 +0000 (20:08 -0400)
Include/patchlevel.h
README.rst

index 45be992a21cd599e721f339d64ec4ac5cd7927eb..e60fca5ac82e0c523aae766fdc2c27d46f94f146 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.6.7rc1"
+#define PY_VERSION             "3.6.7rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 7917e9ee885959608da09cf421b907a25cb4f4cf..94c1322cd5600eeec9a63b4ee6737d41fd07c66a 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.6.7 release candidate
-==============================================
+This is Python version 3.6.7rc1+
+================================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
    :alt: CPython build status on Travis CI