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

index 70fb53063d12ae8346265a81e625add6daebca0c..301bfbe0283e603ad28ceb054414612957644e76 100644 (file)
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      3
+#define PY_RELEASE_SERIAL      4
 
 /* Version as a string */
-#define PY_VERSION             "2.7a3+"
+#define PY_VERSION             "2.7a4"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 977643bf34ba37a6cd7fce0ee6bb109ec5b6f735..0158996441a548f0fb44bc25ce51e151920b6189 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7a3"
+__version__ = "2.7a4"
 #--end constants--
index fd1b10facb181741eab15f340dcc6b87eb101e6b..2343ea8f791793cdd332b4dc8c24e9b677d4d914 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7a3"
+IDLE_VERSION = "2.7a4"
index 55ab2dc35d9845968a4de483b7ebf0d0b9f58cc6..69bee641fe38199f034713558ed47c43e0b458ed 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.7 alpha 4?
 =================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2010-03-06*
 
 Core and Builtins
 -----------------
index c413ffd5b7902f668300fac74caabcc99d628cab..ee2abe793c563932c9b4dc02db9cfd1f128a3c1d 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7a3
+%define version 2.7a4
 %define libver 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 7ba5d98c1f3492600c4bb351da1690b451a70c16..092f8ee3b13ba3d3218433487a037e4abef0764b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7 alpha 3
+This is Python version 2.7 alpha 4
 ==================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010