]> granicus.if.org Git - python/commitdiff
bump version to 2.7a1 v2.7a1
authorBenjamin Peterson <benjamin@python.org>
Sat, 5 Dec 2009 17:47:56 +0000 (17:47 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 5 Dec 2009 17:47:56 +0000 (17:47 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index 2c4a69ade57a60bd505bfb1f5fa21aff600f986f..4c9b0d0a9176d76741c4b7350ee28216591e12c9 100644 (file)
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      0
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7a0"
+#define PY_VERSION             "2.7a1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index e418214c481cc105e2c040ff51157e173bad40fb..e8c213e4c7d827d5d077ffe847081e5fcdbfb79d 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.6"
+__version__ = "2.7a1"
 #--end constants--
index 57dbd443cec2b54a54f29a2338740e14a41d9484..c219d19d1f8d2151f758fcc660a1486777b02e7d 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7a0"
+IDLE_VERSION = "2.7a1"
index d3761babd66f38f6534cb48413323892a4a452f9..3fa76b458eea6b7d70bba70ea4908bf420adee6e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.7 alpha 1
 ================================
 
-*Release date: XX-XXX-20XX*
+*Release date: 2009-12-04*
 
 Core and Builtins
 -----------------
index f878fb245f736ef4098b2c26f490597c07fcdf83..2d84d53760c6dd4e2bb66677b8dfc869a8d99c25 100644 (file)
@@ -34,8 +34,8 @@
 
 %define name python
 #--start constants--
-%define version 2.6
-%define libver 2.6
+%define version 2.7a1
+%define libver 2.7
 #--end constants--
 %define release 1pydotorg
 %define __prefix /usr
diff --git a/README b/README
index cfea4fdc03f2b855b7947d1e61d7fa314eb0d42f..fdaaf81c06468565107dc4162b57b573e711e519 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7 alpha 0
+This is Python version 2.7 alpha 1
 ==================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009