]> granicus.if.org Git - python/commitdiff
bump version to 2.7 rc1
authorBenjamin Peterson <benjamin@python.org>
Sun, 6 Jun 2010 00:22:09 +0000 (00:22 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 6 Jun 2010 00:22:09 +0000 (00:22 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index a59f8d8a6aa442e36842dead973f86705342387d..3081c940dd749770cdadfe1a3965fb045940002e 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7b2+"
+#define PY_VERSION             "2.7rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 5f401709cfea713961e4be1d074ce34c6528a02d..7f3021010b1bf04d6433827a168f9452911cb73d 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7b2"
+__version__ = "2.7rc1"
 #--end constants--
index c05409e2e15e877bd505389c6d60d11b3a60270f..843be1ce7dcd137e7e847a558c092e5b613b6210 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7b2"
+IDLE_VERSION = "2.7rc1"
index b2ad445e4eb6a692b1415858c13042aeba86ed4f..446e4cbdb36f53cc754736e02117717275d2884d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.7 Release Candidate 1?
 =============================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2010-06-05*
 
 Core and Builtins
 -----------------
index 6a2192c102cfce992be138df34a1ece490f58885..0b241958df33e0e129f3bbaeab82300b585ba20e 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7b2
+%define version 2.7rc1
 %define libver 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 5a5b8e145771cccc5bb57fa25c7c415e639b4984..8fe86f3e595c3a023212ce661d34c5e56c5c0549 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.7 beta 2
-=================================
+This is Python version 2.7 release candidate 1
+==============================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 Python Software Foundation.