Skip to content

Commit 2c5fed8

Browse files
committed
Bump to 3.6.3
1 parent 33bd6fd commit 2c5fed8

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Doc/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright
44

55
Python and this documentation is:
66

7-
Copyright © 2001-2016 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2017 Python Software Foundation. All rights reserved.
88

99
Copyright © 2000 BeOpen.com. All rights reserved.
1010

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 6
2121
#define PY_MICRO_VERSION 3
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23-
#define PY_RELEASE_SERIAL 1
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23+
#define PY_RELEASE_SERIAL 0
2424

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

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

README.rst

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

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
55
:alt: CPython build status on Travis CI
@@ -232,7 +232,8 @@ Copyright and License Information
232232
---------------------------------
233233

234234
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
235-
2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved.
235+
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
236+
reserved.
236237

237238
Copyright (c) 2000 BeOpen.com. All rights reserved.
238239

0 commit comments

Comments
 (0)