Skip to content

Commit e0fbe5f

Browse files
committed
Update docs and patchlevel for 3.6.1rc1.
1 parent cefca3d commit e0fbe5f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Include/patchlevel.h

+4-4
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 0
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23-
#define PY_RELEASE_SERIAL 0
21+
#define PY_MICRO_VERSION 1
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.0+"
26+
#define PY_VERSION "3.6.1rc1"
2727
/*--end constants--*/
2828

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

Misc/NEWS

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Python News
33
+++++++++++
44

5-
What's New in Python 3.6.1 release candidate 1?
6-
===============================================
5+
What's New in Python 3.6.1 release candidate 1
6+
==============================================
77

8-
*Release date: XXXX-XX-XX*
8+
*Release date: 2017-03-04*
99

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

0 commit comments

Comments
 (0)