Skip to content

Commit 5c4568a

Browse files
committed
Update docs and patchlevel for 3.6.0 final.
1 parent f7b2809 commit 5c4568a

File tree

5 files changed

+4337
-4325
lines changed

5 files changed

+4337
-4325
lines changed

Doc/whatsnew/3.6.rst

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
when researching a change.
4848
4949
This article explains the new features in Python 3.6, compared to 3.5.
50+
Python 3.6 was released on December 23, 2016.  See the
51+
`changelog <https://docs.python.org/3.6/whatsnew/changelog.html>`_ for a full
52+
list of changes.
5053

5154
.. seealso::
5255

Include/patchlevel.h

+3-3
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 0
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23-
#define PY_RELEASE_SERIAL 2
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.0rc2"
26+
#define PY_VERSION "3.6.0"
2727
/*--end constants--*/
2828

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

0 commit comments

Comments
 (0)