]> granicus.if.org Git - python/commitdiff
Bump to 3.7.0a4 v3.7.0a4
authorNed Deily <nad@python.org>
Tue, 9 Jan 2018 03:05:14 +0000 (22:05 -0500)
committerNed Deily <nad@python.org>
Tue, 9 Jan 2018 03:05:14 +0000 (22:05 -0500)
Include/patchlevel.h
README.rst

index dd0fd8213d8a6b5011ffda0bfc4827def8629345..49c76757674ea36df123f6ed40036a02eaa8a0bf 100644 (file)
 #define PY_MINOR_VERSION        7
 #define PY_MICRO_VERSION        0
 #define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL       3
+#define PY_RELEASE_SERIAL       4
 
 /* Version as a string */
-#define PY_VERSION              "3.7.0a3+"
+#define PY_VERSION              "3.7.0a4"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 346eb4a32dbe58d575f3c39033df8bd55e17307c..41f809b641fb2a0350508e8953907ca33440dce1 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.0 alpha 3+
-=====================================
+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