]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Wed, 2 Oct 2019 03:54:33 +0000 (23:54 -0400)
committerNed Deily <nad@python.org>
Wed, 2 Oct 2019 03:54:33 +0000 (23:54 -0400)
Include/patchlevel.h
README.rst

index 838d895ae9d8661333ccbdec629f7c65bf2ec9cc..4bd828e1132ed8a4800e9e1fa63b49be340e3265 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       1
 
 /* Version as a string */
-#define PY_VERSION              "3.7.5rc1"
+#define PY_VERSION              "3.7.5rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 8df9b4e99b69401a4af80a8480694ff6308d795e..74417e148e835d5a6bce346dc4fc67d7ec066bcb 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.5 release candidate
-==============================================
+This is Python version 3.7.5 release candidate+
+===============================================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=master
    :alt: CPython build status on Travis CI