]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Tue, 2 Jul 2019 22:31:28 +0000 (18:31 -0400)
committerNed Deily <nad@python.org>
Tue, 2 Jul 2019 22:31:28 +0000 (18:31 -0400)
Include/patchlevel.h
README.rst

index 189d5498d2cbb610fdf21fef3938f6492c312b1c..95b24e8ecf9e276ec008b5c6f00531650dca387f 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       2
 
 /* Version as a string */
-#define PY_VERSION              "3.7.4rc2"
+#define PY_VERSION              "3.7.4rc2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 44ede5efe7b2f2e7e05471ec51e251bccafe0449..a0211f80cd59a59de0f68c023dade91512477274 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.4 candidate 2
-========================================
+This is Python version 3.7.4 candidate 2+
+=========================================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=master
    :alt: CPython build status on Travis CI