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

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