]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release bump 11326/head
authorNed Deily <nad@python.org>
Mon, 24 Dec 2018 09:03:37 +0000 (04:03 -0500)
committerNed Deily <nad@python.org>
Mon, 24 Dec 2018 09:03:37 +0000 (04:03 -0500)
Include/patchlevel.h
README.rst

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