]> granicus.if.org Git - python/commitdiff
bump verson to 2.7rc2 v2.7rc2
authorBenjamin Peterson <benjamin@python.org>
Mon, 21 Jun 2010 15:57:57 +0000 (15:57 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 21 Jun 2010 15:57:57 +0000 (15:57 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index d911a39f3b4c23d035a1f0175719077e2bc6b264..400f4f1a32115f8d77eee4cdafa0a7bc2e164b0c 100644 (file)
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.7rc1+"
+#define PY_VERSION             "2.7rc2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 7f3021010b1bf04d6433827a168f9452911cb73d..bdbf2b2d651ac9e8566226a8bae7fc8ebedf33b7 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7rc1"
+__version__ = "2.7rc2"
 #--end constants--
index 843be1ce7dcd137e7e847a558c092e5b613b6210..e2ada8c77b0bd609f6e2f48659d11e65e1130559 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7rc1"
+IDLE_VERSION = "2.7rc2"
index 984d2efc87a56e6310d29e20044f564b50625fe8..0f0f837c590f9e11d3632801a9b6f35ee045ff3d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.7 release candidate 2?
 =============================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2010-06-20*
 
 Core and Builtins
 -----------------
index 0b241958df33e0e129f3bbaeab82300b585ba20e..5df97b04318efe03d6fd23c575663a22cdd2dac0 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7rc1
+%define version 2.7rc2
 %define libver 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index bfdb52d5b2f36009c7a9bc2ab7105b10c34d223b..34a6726d88c0258db2e00f465bc4ab5445a18600 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7 release candidate 1
+This is Python version 2.7 release candidate 2
 ==============================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010