]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Wed, 11 Dec 2019 09:37:54 +0000 (04:37 -0500)
committerNed Deily <nad@python.org>
Wed, 11 Dec 2019 09:37:54 +0000 (04:37 -0500)
Include/patchlevel.h
README.rst

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