]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Sat, 27 Jun 2020 12:38:30 +0000 (08:38 -0400)
committerNed Deily <nad@python.org>
Sat, 27 Jun 2020 12:38:30 +0000 (08:38 -0400)
Include/patchlevel.h
README.rst

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