]> granicus.if.org Git - python/commitdiff
bump version to 3.1b1 v3.1b1
authorBenjamin Peterson <benjamin@python.org>
Wed, 6 May 2009 20:43:28 +0000 (20:43 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 6 May 2009 20:43:28 +0000 (20:43 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.1.spec
README

index 1671e19e4274e1d2620dbe060231fe83b0dfdcb2..9399e9acf3edd280dccba078e2789f20f97cf747 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       1
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.1a2+"
+#define PY_VERSION             "3.1b1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index c66806361af236bf5c4ed200601bc39b5754c0c3..80ccf6113df2abfd769e431892e1d4a6af4d6232 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1a2"
+__version__ = "3.1b1"
 #--end constants--
index 6191313d965c3f721fc5e97858b20bd9b2474a70..7ed0628c76290c300c2223cbba7a7f0defa6e9ac 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1a2"
+IDLE_VERSION = "3.1b1"
index ade72f2c22f2f2539fa75003fe9d8dcdea8306f4..218467a05d35e0134342ac47a24bdc179b85819a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 3.1 beta 1?
 ================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2009-05-06*
 
 Core and Builtins
 -----------------
index 4fa512090aecadf756a8eb8d47b478e4c748715b..e29e8407c9f5975911192cbc3ef77eaab6705200 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1a2
+%define version 3.1b1
 %define libver 3.1
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index ffa3c3d9f16e2ea62183b3df9ae7591a602b09ef..6263ee25fb82476fee8c8c09e7524c271fcd74d8 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.1 alpha 2
-==================================
+This is Python version 3.1 beta 1
+=================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 Python Software Foundation.