]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Tue, 11 Oct 2022 07:36:35 +0000 (00:36 -0700)
committerNed Deily <nad@python.org>
Tue, 11 Oct 2022 07:36:35 +0000 (00:36 -0700)
Include/patchlevel.h
README.rst

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