]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release bump
authorNed Deily <nad@python.org>
Wed, 12 Dec 2018 02:08:25 +0000 (21:08 -0500)
committerNed Deily <nad@python.org>
Wed, 12 Dec 2018 02:08:25 +0000 (21:08 -0500)
Include/patchlevel.h
README.rst

index a0b45a3109d202458a8bdb5e0072f260838c9230..50ae6cb345d25c2dc3c22b61ad964c098bc16168 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.6.8rc1"
+#define PY_VERSION             "3.6.8rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 39f672a3eb4a76b5e51276aaaa3c2c993302418d..3e392b7efc3591b85ffc4813ab3ff515d6aea530 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.6.8 candidate 1
-========================================
+This is Python version 3.6.8 candidate 1+
+=========================================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
    :alt: CPython build status on Travis CI