]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Wed, 19 Jun 2019 03:50:05 +0000 (23:50 -0400)
committerNed Deily <nad@python.org>
Wed, 19 Jun 2019 03:50:05 +0000 (23:50 -0400)
Include/patchlevel.h
README.rst

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