]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Preparing for 2.5b1.
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 19 Jun 2006 12:04:15 +0000 (12:04 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 19 Jun 2006 12:04:15 +0000 (12:04 +0000)
Doc/commontex/boilerplate.tex
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS

index b4c9f480da30e71d99c5cd84cdaafbea44b35e89..05468d6eba960ce7ea88bc5b8ea88d223c0b2e62 100644 (file)
@@ -5,5 +5,5 @@
        Email: \email{docs@python.org}
 }
 
-\date{\today}                  % XXX update before final release!
+\date{20 June, 2006}                   % XXX update before final release!
 \input{patchlevel}             % include Python version information
index 4f587625945af9d3e4316dcd8252b11692d96186..e5bac221428e860efbac17f98088103784b369f8 100644 (file)
 #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$"
index 25e5d40805e1941d8bb1a69e2103be596ea18e1b..e0dc6ad05da93c3173f83d69724b8e4f7c7df585 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2b1?
+=========================
+
+*Release date: 20-JUN-2006*
+
 What's New in IDLE 1.2a2?
 =========================
 
index b7deb3f75c3b811fc39804541c275326dd958bd2..2064eb383d24f3d7a1844da22374db37d302e9e3 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2a2"
+IDLE_VERSION = "1.2b1"
index 3b8e22cb603a156fce09e943b276e40d8db174ab..b0f6641585b9aa695a7ac0ffc0fe50f46c011444 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.5 beta 1?
 =================================
 
-*Release date: XX-JUN-2006*
+*Release date: 20-JUN-2006*
 
 Core and builtins
 -----------------