]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release update
authorNed Deily <nad@python.org>
Thu, 18 Jun 2020 03:49:37 +0000 (23:49 -0400)
committerNed Deily <nad@python.org>
Thu, 18 Jun 2020 03:49:37 +0000 (23:49 -0400)
Include/patchlevel.h
README.rst

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