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

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