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

index 86301dca0d70328c826bb42639283a7411e11a58..ad8f804cb7f7dc9929d24bdf663b916be1b803bf 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       1
 
 /* Version as a string */
-#define PY_VERSION              "3.7.6rc1"
+#define PY_VERSION              "3.7.6rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 6d471ebea151a026023130f3b426ad3222c15639..276506b143837ab926269bc664d4931f97dc1e1c 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.6 candidate 1
-========================================
+This is Python version 3.7.6 candidate 1+
+=========================================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
    :alt: CPython build status on Travis CI