]> granicus.if.org Git - python/commitdiff
2.7.11 final v2.7.11
authorBenjamin Peterson <benjamin@python.org>
Sat, 5 Dec 2015 19:45:17 +0000 (11:45 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sat, 5 Dec 2015 19:45:17 +0000 (11:45 -0800)
Include/patchlevel.h
Misc/NEWS

index ce751197a9ee1c52b7b571c5ebee2eca1d60019b..35388313b17129f13b4de0f1d47952b2ce579752 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       11
-#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.11rc1+"
+#define PY_VERSION             "2.7.11"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 9ee1b897d0c8a1f6fa6f13d62553146f6122a6a5..5b9793b48edfbd565f66c0006bb29e9ac61c6a08 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,9 +7,6 @@ What's New in Python 2.7.11?
 
 *Release date: 2015-12-05*
 
-Core and Builtins
------------------
-
 Library
 -------