]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Mon, 28 Jun 2021 18:52:18 +0000 (14:52 -0400)
committerNed Deily <nad@python.org>
Mon, 28 Jun 2021 18:52:18 +0000 (14:52 -0400)
Include/patchlevel.h
README.rst

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