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

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