]> granicus.if.org Git - python/commitdiff
2.5a2
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 27 Apr 2006 02:11:24 +0000 (02:11 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 27 Apr 2006 02:11:24 +0000 (02:11 +0000)
Doc/commontex/boilerplate.tex
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS

index 55a41848913c0a3f16cea907998f19c5a3fc9852..2d4868275d076bb3bf2181017519332b8cc5a0bf 100644 (file)
@@ -5,5 +5,5 @@
        Email: \email{docs@python.org}
 }
 
-\date{5th April 2006}                  % XXX update before final release!
+\date{27th April 2006}                 % XXX update before final release!
 \input{patchlevel}             % include Python version information
index 2809454bf8e73dd0c4026e5eaa60b2d95043fa6f..4f587625945af9d3e4316dcd8252b11692d96186 100644 (file)
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.5a1"
+#define PY_VERSION             "2.5a2"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index 8163330a1d96d9b8e4a6b6f8fd1c17387ef71fed..25e5d40805e1941d8bb1a69e2103be596ea18e1b 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2a2?
+=========================
+
+*Release date: 27-APR-2006*
+
 What's New in IDLE 1.2a1?
 =========================
 
index fbde56c7c7649b95f4058263db33af4c37bb502c..b7deb3f75c3b811fc39804541c275326dd958bd2 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2a1"
+IDLE_VERSION = "1.2a2"
index 406d5f36369f6a29431ddeee66403665d51ed4cb..28cb4756530b0f5de353c6c71a3486a89b801188 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.5 alpha 2?
 =================================
 
-*Release date: XX-XXX-2006*
+*Release date: 27-APR-2006*
 
 Core and builtins
 -----------------