]> granicus.if.org Git - python/commitdiff
bump version to 2.7a2 v2.7a2
authorBenjamin Peterson <benjamin@python.org>
Sat, 9 Jan 2010 16:34:06 +0000 (16:34 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 9 Jan 2010 16:34:06 +0000 (16:34 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index a982d8ec68b5361a6b99d2f704e0b9111acedb95..2495273a37aa04e659cef66bea98911109af0824 100644 (file)
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.7a1+"
+#define PY_VERSION             "2.7a2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index e8c213e4c7d827d5d077ffe847081e5fcdbfb79d..55aaf81a3df5da9a421df12dde5ab962751bbbd8 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7a1"
+__version__ = "2.7a2"
 #--end constants--
index c219d19d1f8d2151f758fcc660a1486777b02e7d..5ae44259023b741964c43e207b10e0a7e63e6469 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7a1"
+IDLE_VERSION = "2.7a2"
index 3536ff458102ec2cd8cdd59f463ba0837793d450..2ad6d49adcd198169e87b76122b75a0b7193de80 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.7 alpha 2?
 =================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2010-01-09*
 
 Core and Builtins
 -----------------
index 2d84d53760c6dd4e2bb66677b8dfc869a8d99c25..b803089a70ef0588bf06f34eb6ac04381ef77fb6 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7a1
+%define version 2.7a2
 %define libver 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 596333f575cf73dfc0c0f0e9861910e9852de950..ae8a895d9644d0b739509e1c4cf61056f4582fbb 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7 alpha 1
+This is Python version 2.7 alpha 2
 ==================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010