]> granicus.if.org Git - python/commitdiff
post rc1 updates
authorBenjamin Peterson <benjamin@python.org>
Sun, 22 Nov 2015 02:38:18 +0000 (18:38 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sun, 22 Nov 2015 02:38:18 +0000 (18:38 -0800)
Include/patchlevel.h
Misc/NEWS

index f8f2c144d2bcb378277c28b492e0761cb93de239..ce751197a9ee1c52b7b571c5ebee2eca1d60019b 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7.11rc1"
+#define PY_VERSION             "2.7.11rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 0861cfe1e6ad9c116becd3800f74fadf79734666..6d53301c76378ae824e37e860ea74b9dba3976f8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 2.7.11?
+============================
+
+*Release date: 2015-12-05*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.7.11 release candidate 1?
 ================================================