]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Thu, 19 Dec 2019 00:51:13 +0000 (19:51 -0500)
committerNed Deily <nad@python.org>
Thu, 19 Dec 2019 00:51:13 +0000 (19:51 -0500)
Include/patchlevel.h
README.rst

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