Skip to content

Commit 8913311

Browse files
committed
Version bump to 3.6.2rc2
1 parent bdabd76 commit 8913311

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define PY_MINOR_VERSION 6
2121
#define PY_MICRO_VERSION 2
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23-
#define PY_RELEASE_SERIAL 1
23+
#define PY_RELEASE_SERIAL 2
2424

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

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

Misc/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
+++++++++++
1+
+++++++++++
22
Python News
33
+++++++++++
44

5-
What's New in Python 3.6.3 release candidate 1?
5+
What's New in Python 3.6.2 release candidate 2?
66
===============================================
77

8-
*Release date: XXXX-XX-XX*
8+
*Release date: 2017-07-07*
99

1010
Core and Builtins
1111
-----------------

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 3.6.2 release candidate 1
1+
This is Python version 3.6.2 release candidate 2
22
================================================
33

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6

0 commit comments

Comments
 (0)