]> granicus.if.org Git - python/commitdiff
2.7.6rc1 v2.7.6rc1
authorBenjamin Peterson <benjamin@python.org>
Sat, 26 Oct 2013 18:57:21 +0000 (14:57 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sat, 26 Oct 2013 18:57:21 +0000 (14:57 -0400)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index 07b79e41fb5258efce57357dd312b33720a9ca9c..f8574623bbf14931f698398f415f6590b96ae724 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#define PY_MICRO_VERSION       5
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       6
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7.5+"
+#define PY_VERSION             "2.7.6rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 98f4bb3a49a7f1f252add77818b833a84f2a216b..f08f0c5019795565b807f12a111f25e0001f6834 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7.5"
+__version__ = "2.7.6rc1"
 #--end constants--
index 481afab24cb9a4f5a65db61ca059f9d1961b3bd8..d0a67ef87c6b68fd33abc0de880f83bf245f1604 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7.5"
+IDLE_VERSION = "2.7.6rc1"
index 4a59b4b6a1264be99ab9f73bad739795e4674236..f1d5e213e86f50df88f124c4220d630f09b13db4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,10 +1,10 @@
 Python News
 +++++++++++
 
-What's New in Python 2.7.6?
-===========================
+What's New in Python 2.7.6 release candidate 1?
+===============================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2013-10-26*
 
 Core and Builtins
 -----------------
index 9df3b2c88e9116b07526ca20263d75fcb8365c19..715823863a5024756babd765bf4273de4f2d1caa 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7.5
+%define version 2.7.6rc1
 %define libvers 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 2b9fc69252f182368abbd7501d1cff6f2a1f028d..7de0705c2c725978fc56bea65dc7e28d0c30b462 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7.5
+This is Python version 2.7.6
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,