]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Sat, 4 Sep 2021 21:58:07 +0000 (17:58 -0400)
committerNed Deily <nad@python.org>
Sat, 4 Sep 2021 21:58:07 +0000 (17:58 -0400)
Include/patchlevel.h
README.rst

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