]> granicus.if.org Git - python/commitdiff
bump to 2.7.2rc1 v2.7.2rc1
authorBenjamin Peterson <benjamin@python.org>
Sun, 29 May 2011 21:50:27 +0000 (16:50 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 29 May 2011 21:50:27 +0000 (16:50 -0500)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index 12f599c75b310cb6a766973f0899ce50f9b0dadb..1fc8cc2b97347deed41004407fb93fe5290b4425 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#define PY_MICRO_VERSION       1
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7.1+"
+#define PY_VERSION             "2.7.2rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index a82d4cb5893d4518367779ea897f9b35978d6f00..e9fc2d6c4567f3c374dc4b6a38d92c4797514801 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7.1"
+__version__ = "2.7.2rc1"
 #--end constants--
index b6e1a1d9c7187a26d390d5358e84e522b4e668fb..4d3c1f622ef7cd316b4219837c0025be6579bd09 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7.1"
+IDLE_VERSION = "2.7.2rc1"
index 4540d5f242de5046aaedcb489dd0b59f3d5090c8..265d91e3e25f1cdb1c3250a3740ccd89ed99ed6f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,7 +4,7 @@ Python News
 What's New in Python 2.7.2?
 ===========================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2011-05-29*
 
 Core and Builtins
 -----------------
index dc437ddb993999cd691d670b3240777e414aafad..6f2e5a4bf82f01075bf27073826b770c70654227 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7.1
+%define version 2.7.2rc1
 %define libvers 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index da5753cee9682a9b909db1b8b971764f5da71ce4..680e5e34e1ad961df95eebf292f1e1265bee65d1 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7.1
+This is Python version 2.7.2
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011