We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4403d50 commit 9c1426dCopy full SHA for 9c1426d
Include/patchlevel.h
@@ -23,11 +23,11 @@
23
#define PY_MAJOR_VERSION 2
24
#define PY_MINOR_VERSION 7
25
#define PY_MICRO_VERSION 13
26
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
27
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
28
29
/* Version as a string */
30
-#define PY_VERSION "2.7.13rc1"
+#define PY_VERSION "2.7.13"
31
/*--end constants--*/
32
33
/* Subversion Revision number of this file (not of the repository). Empty
Misc/NEWS
@@ -5,7 +5,7 @@ Python News
5
What's New in Python 2.7.13
6
===========================
7
8
-*Release date: 2016-12-XX*
+*Release date: 2016-12-17*
9
10
Core and Builtins
11
-----------------
0 commit comments