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

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