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

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