]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Tue, 16 Feb 2021 05:00:11 +0000 (00:00 -0500)
committerNed Deily <nad@python.org>
Tue, 16 Feb 2021 05:00:11 +0000 (00:00 -0500)
Include/patchlevel.h
README.rst

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