Skip to content

Commit

Permalink
Bump to v3.6.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Jul 17, 2017
1 parent 05217f2 commit a61089f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
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 2
#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.2rc2+"
#define PY_VERSION "3.6.2+"
/*--end constants--*/

/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Expand Down
8 changes: 8 additions & 0 deletions Misc/NEWS
Expand Up @@ -28,6 +28,14 @@ Library
They now always return bytes.


What's New in Python 3.6.2?
===========================

*Release date: 2017-07-17*

- No changes since release candidate 2


What's New in Python 3.6.2 release candidate 2?
===============================================

Expand Down

0 comments on commit a61089f

Please sign in to comment.