10000 Version bump to 3.6.2rc1 · python/cpython@268e1fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 268e1fb

Browse files
committed
Version bump to 3.6.2rc1
1 parent 8c5483e commit 268e1fb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Include/patchlevel.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/*--start constants--*/
1919
#define PY_MAJOR_VERSION 3
2020
#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
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.6.1+"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python News
55
What's New in Python 3.6.2 release candidate 1?
66
===============================================
77

8-
*Release date: XXXX-XX-XX*
8+
*Release date: 2017-06-17*
99

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

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.6.1+
2-
=============================
1+
This is Python version 3.6.2 release candidate 1
2+
================================================
33

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
55
:alt: CPython build status on Travis CI

0 commit comments

Comments
 (0)
0