]> granicus.if.org Git - python/commitdiff
Post-release version bump to a4+
authorNed Deily <nad@python.org>
Tue, 9 Jan 2018 15:27:57 +0000 (10:27 -0500)
committerNed Deily <nad@python.org>
Tue, 9 Jan 2018 15:27:57 +0000 (10:27 -0500)
Include/patchlevel.h
README.rst

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