File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
/*--start constants--*/
19
19
#define PY_MAJOR_VERSION 3
20
20
#define PY_MINOR_VERSION 6
21
- #define PY_MICRO_VERSION 1
22
- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23
- #define PY_RELEASE_SERIAL 0
21
+ #define PY_MICRO_VERSION 2
22
+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23
+ #define PY_RELEASE_SERIAL 1
24
24
25
25
/* Version as a string */
26
- #define PY_VERSION "3.6.1+ "
26
+ #define PY_VERSION "3.6.2rc1 "
27
27
/*--end constants--*/
28
28
29
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Python News
5
5
What's New in Python 3.6.2 release candidate 1?
6
6
===============================================
7
7
8
- *Release date: XXXX-XX-XX *
8
+ *Release date: 2017-06-17 *
9
9
10
10
Core and Builtins
11
11
-----------------
Original file line number Diff line number Diff line change 1
- This is Python version 3.6.1+
2
- =============================
1
+ This is Python version 3.6.2 release candidate 1
2
+ ================================================
3
3
4
4
.. image :: https://travis-ci.org/python/cpython.svg?branch=3.6
5
5
:alt: CPython build status on Travis CI
You can’t perform that action at this time.
0 commit comments