]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Tue, 2 Jul 2019 21:57:03 +0000 (17:57 -0400)
committerNed Deily <nad@python.org>
Tue, 2 Jul 2019 21:57:03 +0000 (17:57 -0400)
Include/patchlevel.h
README.rst

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