]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Wed, 4 Mar 2020 10:01:39 +0000 (05:01 -0500)
committerNed Deily <nad@python.org>
Tue, 10 Mar 2020 05:40:00 +0000 (01:40 -0400)
Include/patchlevel.h
README.rst

index 0006429ee7bcc7d3d478108e68b7d1fc4b196fc5..400ba66ad3386339f94d1e9903397ac14b1bec75 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       1
 
 /* Version as a string */
-#define PY_VERSION              "3.7.7rc1"
+#define PY_VERSION              "3.7.7rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 28032cb6d4307f80e27cd25247b59517333cade0..383bcdb44a1efc566a0e89a56e1b5515b2d86a45 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.7 candidate 1
-========================================
+This is Python version 3.7.7 candidate 1+
+=========================================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
    :alt: CPython build status on Travis CI