]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Mon, 28 Jun 2021 18:33:52 +0000 (14:33 -0400)
committerNed Deily <nad@python.org>
Mon, 28 Jun 2021 18:33:52 +0000 (14:33 -0400)
Include/patchlevel.h
README.rst

index bc0b97aef21f55bbbd6fd7cd96e6a85f1998b717..44524f666966e1714f78e3f7a2033335fb6b49df 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.7.11"
+#define PY_VERSION              "3.7.11+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 6797764b78061ab620c17606f25cc48d5c1c3740..2f7b76e07e2f56edb2e2010402d43552efd3e532 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.11
-=============================
+This is Python version 3.7.11+
+==============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
    :alt: CPython build status on Travis CI