Skip to content

Commit 9c1426d

Browse files
committed
2.7.13 final bump
1 parent 4403d50 commit 9c1426d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Include/patchlevel.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
#define PY_MAJOR_VERSION 2
2424
#define PY_MINOR_VERSION 7
2525
#define PY_MICRO_VERSION 13
26-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
27-
#define PY_RELEASE_SERIAL 1
26+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
27+
#define PY_RELEASE_SERIAL 0
2828

2929
/* Version as a string */
30-
#define PY_VERSION "2.7.13rc1"
30+
#define PY_VERSION "2.7.13"
3131
/*--end constants--*/
3232

3333
/* Subversion Revision number of this file (not of the repository). Empty

Misc/NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python News
55
What's New in Python 2.7.13
66
===========================
77

8-
*Release date: 2016-12-XX*
8+
*Release date: 2016-12-17*
99

1010
Core and Builtins
1111
-----------------

0 commit comments

Comments
 (0)