Skip to content

Commit

Permalink
Update docs and patchlevel for 3.6.0 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Dec 22, 2016
1 parent f7b2809 commit 5c4568a
Show file tree
Hide file tree
Showing 5 changed files with 4,337 additions and 4,325 deletions.
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.6.rst
Expand Up @@ -47,6 +47,9 @@
when researching a change.
This article explains the new features in Python 3.6, compared to 3.5.
Python 3.6 was released on December 23, 2016.  See the
`changelog <https://docs.python.org/3.6/whatsnew/changelog.html>`_ for a full
list of changes.

.. seealso::

Expand Down
6 changes: 3 additions & 3 deletions Include/patchlevel.h
Expand Up @@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0

/* Version as a string */
#define PY_VERSION "3.6.0rc2"
#define PY_VERSION "3.6.0"
/*--end constants--*/

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

0 comments on commit 5c4568a

Please sign in to comment.