]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bump to 3.7.3rc1+
authorNed Deily <nad@python.org>
Tue, 12 Mar 2019 22:09:08 +0000 (18:09 -0400)
committerNed Deily <nad@python.org>
Tue, 12 Mar 2019 22:09:08 +0000 (18:09 -0400)
Include/patchlevel.h
README.rst

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