]> granicus.if.org Git - python/commitdiff
off to 2.7.13
authorBenjamin Peterson <benjamin@python.org>
Sat, 11 Jun 2016 22:12:35 +0000 (15:12 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 11 Jun 2016 22:12:35 +0000 (15:12 -0700)
Include/patchlevel.h
Misc/NEWS

index 4c57860158f7305ca9676bb222e5b7df7a8aaa83..fbb9e3354858e2b452bb7e57327ab232a6570954 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7.12rc1"
+#define PY_VERSION             "2.7.12rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 3926350e510212e979f15c261a8759d7f61b87f0..72e5396ca247f2a2d1dc341cca34caa7f24c67d3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 2.7.13?
+============================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.7.12 release candidate 1?
 ================================================