[Python-checkins] cpython (2.7): 2.7.13 final bump

benjamin.peterson python-checkins at python.org
Sat Dec 17 15:04:50 EST 2016


https://hg.python.org/cpython/rev/a06454b1afa1
changeset:   105705:a06454b1afa1
branch:      2.7
tag:         v2.7.13
parent:      105614:5315db3171b0
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Dec 17 12:00:35 2016 -0800
summary:
  2.7.13 final bump

files:
  Include/patchlevel.h |  6 +++---
  Misc/NEWS            |  2 +-
  2 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,11 +23,11 @@
 #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
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@
 What's New in Python 2.7.13
 ===========================
 
-*Release date: 2016-12-XX*
+*Release date: 2016-12-17*
 
 Core and Builtins
 -----------------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list