]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release bump
authorNed Deily <nad@python.org>
Sat, 13 Oct 2018 20:39:02 +0000 (16:39 -0400)
committerNed Deily <nad@python.org>
Sat, 13 Oct 2018 20:39:02 +0000 (16:39 -0400)
Include/patchlevel.h
README.rst

index 267ab6341ada61bac204b39928a225c0102b3b94..2cf1f0b177cd523f5ba2e3b9fe96c1b8e35b5be1 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.6.7rc2"
+#define PY_VERSION             "3.6.7rc2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 4bd363ff0cbecbbbc2255e8839e7545e9cf5da7f..69937a466505ad0c1185fe1ce4256ae9be7d5fc3 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.6.7 candidate 2
-========================================
+This is Python version 3.6.7 rc2+
+=================================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
    :alt: CPython build status on Travis CI