10000 Bump version for post 3.6.2rc1 · python/cpython@ccc06d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ccc06d3

Browse files
committed
Bump version for post 3.6.2rc1
1 parent 268e1fb commit ccc06d3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.6.2rc1"
26+
#define PY_VERSION "3.6.2rc1+"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Misc/NEWS

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
+++++++++++
1+
+++++++++++
22
Python News
33
+++++++++++
44

5+
What's New in Python 3.6.3 release candidate 1?
6+
===============================================
7+
8+
*Release date: XXXX-XX-XX*
9+
10+
Core and Builtins
11+
-----------------
12+
13+
Library
14+
-------
15+
16+
517
What's New in Python 3.6.2 release candidate 1?
618
===============================================
719

0 commit comments

Comments
 (0)
0