]> granicus.if.org Git - python/commitdiff
Bump to 3.7.0a3+
authorNed Deily <nad@python.org>
Wed, 6 Dec 2017 02:06:12 +0000 (21:06 -0500)
committerNed Deily <nad@python.org>
Wed, 6 Dec 2017 02:06:12 +0000 (21:06 -0500)
Include/patchlevel.h
README.rst

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