]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bump to 2.7.11rc1 v2.7.11rc1
authorBenjamin Peterson <benjamin@python.org>
Sat, 21 Nov 2015 21:38:35 +0000 (13:38 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sat, 21 Nov 2015 21:38:35 +0000 (13:38 -0800)
Include/patchlevel.h
Misc/NEWS
README

index d7c16c112af1acf39d26d4aec708542c2cc9c406..f8f2c144d2bcb378277c28b492e0761cb93de239 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#define PY_MICRO_VERSION       10
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       11
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7.10+"
+#define PY_VERSION             "2.7.11rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 2dfe48c3f1b708abecb6ead277c35773190a6af6..0861cfe1e6ad9c116becd3800f74fadf79734666 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,10 @@
 Python News
 +++++++++++
 
-What's New in Python 2.7.11?
-============================
+What's New in Python 2.7.11 release candidate 1?
+================================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2015-11-21*
 
 Core and Builtins
 -----------------
diff --git a/README b/README
index 85c47bbc14f9d165b786c508eb37ede555ca412b..16b7a468e15dd68ac21595ce5fb07ae0f2910763 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7.10
+This is Python version 2.7.11
 =============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,