]> granicus.if.org Git - python/commitdiff
2.7.13 final bump v2.7.13
authorBenjamin Peterson <benjamin@python.org>
Sat, 17 Dec 2016 20:00:35 +0000 (12:00 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sat, 17 Dec 2016 20:00:35 +0000 (12:00 -0800)
Include/patchlevel.h
Misc/NEWS

index ea30f8ec08a81857cbed8e828da58b1d2249be40..5269e31af370e736ae13f37a7fd9f7dd70323cf5 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       13
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.7.13rc1"
+#define PY_VERSION             "2.7.13"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index bb4c1d9f98ad6df38ad316457d6415e5b7797c6b..b779e822326acc9c03635b01bc1f1479d0ca521e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 2.7.13
 ===========================
 
-*Release date: 2016-12-XX*
+*Release date: 2016-12-17*
 
 Core and Builtins
 -----------------