]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bump version to 2.7 beta 2 v2.7b2
authorBenjamin Peterson <benjamin@python.org>
Sat, 8 May 2010 17:08:17 +0000 (17:08 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 8 May 2010 17:08:17 +0000 (17:08 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index 7227d8d309b473bc2964ce81e56e7abe1511f2d3..2d8ec4ac372ccb22d6c33feb93323933505d0175 100644 (file)
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.7b1+"
+#define PY_VERSION             "2.7b2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index aa55cccb77c4c89576935616f0fcacb5119698f6..5f401709cfea713961e4be1d074ce34c6528a02d 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7b1"
+__version__ = "2.7b2"
 #--end constants--
index a78d4ec70ca3778e0a2e8d3e94c2fff2b7717382..c05409e2e15e877bd505389c6d60d11b3a60270f 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7b1"
+IDLE_VERSION = "2.7b2"
index d791ad7468892c307dce3c77abfc0096d254c0d6..e5351ffdc88abe1021c50a5de360ba8bf1eae540 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.7 beta 2?
 ================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2010-05-08*
 
 Core and Builtins
 -----------------
index c875be5ee233bb62d672f5f556166192b1225845..6a2192c102cfce992be138df34a1ece490f58885 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7b1
+%define version 2.7b2
 %define libver 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 5be424bf91533ada7aeb8d064a36c5b7620d21eb..5a5b8e145771cccc5bb57fa25c7c415e639b4984 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7 beta 1
+This is Python version 2.7 beta 2
 =================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010