Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9a728 commit 90a6785Copy full SHA for 90a6785
2 files changed
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 2
+#define PY_RELEASE_SERIAL 3
24
25
/* Version as a string */
26
-#define PY_VERSION "3.7.0a2+"
+#define PY_VERSION "3.7.0a3"
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 2
+This is Python version 3.7.0 alpha 3
2
====================================
3
4
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
0 commit comments