We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c730223 commit f7ac4feCopy full SHA for f7ac4fe
Include/patchlevel.h
@@ -20,10 +20,10 @@
20
#define PY_MINOR_VERSION 7
21
#define PY_MICRO_VERSION 0
22
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
24
25
/* Version as a string */
26
-#define PY_VERSION "3.7.0a1+"
+#define PY_VERSION "3.7.0a2"
27
/*--end constants--*/
28
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
README.rst
@@ -1,4 +1,4 @@
1
-This is Python version 3.7.0 alpha 1
+This is Python version 3.7.0 alpha 2
2
====================================
3
4
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
0 commit comments