[Python-checkins] r47027 - in python/trunk: Doc/commontex/boilerplate.tex Include/patchlevel.h Lib/idlelib/NEWS.txt Lib/idlelib/idlever.py Misc/NEWS
anthony.baxter
python-checkins at python.org
Mon Jun 19 14:04:15 CEST 2006
Author: anthony.baxter
Date: Mon Jun 19 14:04:15 2006
New Revision: 47027
Modified:
python/trunk/Doc/commontex/boilerplate.tex
python/trunk/Include/patchlevel.h
python/trunk/Lib/idlelib/NEWS.txt
python/trunk/Lib/idlelib/idlever.py
python/trunk/Misc/NEWS
Log:
Preparing for 2.5b1.
Modified: python/trunk/Doc/commontex/boilerplate.tex
==============================================================================
--- python/trunk/Doc/commontex/boilerplate.tex (original)
+++ python/trunk/Doc/commontex/boilerplate.tex Mon Jun 19 14:04:15 2006
@@ -5,5 +5,5 @@
Email: \email{docs at python.org}
}
-\date{\today} % XXX update before final release!
+\date{20 June, 2006} % XXX update before final release!
\input{patchlevel} % include Python version information
Modified: python/trunk/Include/patchlevel.h
==============================================================================
--- python/trunk/Include/patchlevel.h (original)
+++ python/trunk/Include/patchlevel.h Mon Jun 19 14:04:15 2006
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 5
#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 "2.5a2"
+#define PY_VERSION "2.5b1"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"
Modified: python/trunk/Lib/idlelib/NEWS.txt
==============================================================================
--- python/trunk/Lib/idlelib/NEWS.txt (original)
+++ python/trunk/Lib/idlelib/NEWS.txt Mon Jun 19 14:04:15 2006
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2b1?
+=========================
+
+*Release date: 20-JUN-2006*
+
What's New in IDLE 1.2a2?
=========================
Modified: python/trunk/Lib/idlelib/idlever.py
==============================================================================
--- python/trunk/Lib/idlelib/idlever.py (original)
+++ python/trunk/Lib/idlelib/idlever.py Mon Jun 19 14:04:15 2006
@@ -1 +1 @@
-IDLE_VERSION = "1.2a2"
+IDLE_VERSION = "1.2b1"
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Mon Jun 19 14:04:15 2006
@@ -7,7 +7,7 @@
What's New in Python 2.5 beta 1?
=================================
-*Release date: XX-JUN-2006*
+*Release date: 20-JUN-2006*
Core and builtins
-----------------
More information about the Python-checkins
mailing list