]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release bump
authorNed Deily <nad@python.org>
Sat, 20 Oct 2018 16:49:19 +0000 (12:49 -0400)
committerNed Deily <nad@python.org>
Sat, 20 Oct 2018 16:49:19 +0000 (12:49 -0400)
Include/patchlevel.h
README.rst

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