]> granicus.if.org Git - python/commitdiff
Bump to 3.7.0b5+
authorNed Deily <nad@python.org>
Thu, 31 May 2018 00:53:43 +0000 (20:53 -0400)
committerNed Deily <nad@python.org>
Thu, 31 May 2018 00:53:43 +0000 (20:53 -0400)
Include/patchlevel.h
README.rst

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