]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Mon, 17 Aug 2020 22:20:24 +0000 (18:20 -0400)
committerNed Deily <nad@python.org>
Mon, 17 Aug 2020 22:20:24 +0000 (18:20 -0400)
Include/patchlevel.h
README.rst

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