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 cfb5b87 commit 6003ac5Copy full SHA for 6003ac5
5 files changed
Include/patchlevel.h
@@ -20,10 +20,10 @@
20
#define PY_MINOR_VERSION 5
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.5.0a1+"
+#define PY_VERSION "3.5.0a2"
27
/*--end constants--*/
28
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Lib/distutils/__init__.py
@@ -13,5 +13,5 @@
13
# Updated automatically by the Python release process.
14
#
15
#--start constants--
16
-__version__ = "3.5.0a1"
+__version__ = "3.5.0a2"
17
#--end constants--
Lib/idlelib/idlever.py
@@ -1 +1 @@
1
-IDLE_VERSION = "3.5.0a1"
+IDLE_VERSION = "3.5.0a2"
0 commit comments