We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f39d3 commit ad2c2d3Copy full SHA for ad2c2d3
3 files changed
Include/patchlevel.h
@@ -19,11 +19,11 @@
19
#define PY_MAJOR_VERSION 3
20
#define PY_MINOR_VERSION 6
21
#define PY_MICRO_VERSION 0
22
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23
-#define PY_RELEASE_SERIAL 4
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
24
25
/* Version as a string */
26
-#define PY_VERSION "3.6.0b4+"
+#define PY_VERSION "3.6.0rc1"
27
/*--end constants--*/
28
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Misc/NEWS
@@ -5,7 +5,7 @@ Python News
5
What's New in Python 3.6.0 release candidate 1
6
==============================================
7
8
-*Release date: XXXX-XX-XX*
+*Release date: 2016-12-06*
9
10
Core and Builtins
11
-----------------
README
@@ -1,5 +1,5 @@
1
-This is Python version 3.6.0 beta 4
2
-===================================
+This is Python version 3.6.0 release candidate 1
+================================================
3
4
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved.
0 commit comments