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

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