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

index a6e89f0eda9b770a72ef6bfff32283bbd69e31a6..9edddf696f1e4e14c060c2c082f0f0daaa81c43d 100644 (file)
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "2.7a2+"
+#define PY_VERSION             "2.7a3"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 55aaf81a3df5da9a421df12dde5ab962751bbbd8..977643bf34ba37a6cd7fce0ee6bb109ec5b6f735 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7a2"
+__version__ = "2.7a3"
 #--end constants--
index 5ae44259023b741964c43e207b10e0a7e63e6469..fd1b10facb181741eab15f340dcc6b87eb101e6b 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7a2"
+IDLE_VERSION = "2.7a3"
index c9beea9da42a4c829dfe87ae5b00b99c9dba42ea..620013654e9876f4a7d2f84c5338937d1e01c0a7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.7 alpha 3?
 =================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2010-02-06*
 
 Core and Builtins
 -----------------
index de733239013c725f23d3d38458083d65ad163614..c413ffd5b7902f668300fac74caabcc99d628cab 100644 (file)
@@ -39,8 +39,8 @@
 
 %define name python
 #--start constants--
-%define version 2.7a2
-%define libvers 2.7
+%define version 2.7a3
+%define libver 2.7
 #--end constants--
 %define release 1pydotorg
 %define __prefix /usr
diff --git a/README b/README
index ae8a895d9644d0b739509e1c4cf61056f4582fbb..7ba5d98c1f3492600c4bb351da1690b451a70c16 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7 alpha 2
+This is Python version 2.7 alpha 3
 ==================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010