[Python-checkins] r45740 - 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
Thu Apr 27 04:11:26 CEST 2006
Author: anthony.baxter
Date: Thu Apr 27 04:11:24 2006
New Revision: 45740
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:
2.5a2
Modified: python/trunk/Doc/commontex/boilerplate.tex
==============================================================================
--- python/trunk/Doc/commontex/boilerplate.tex (original)
+++ python/trunk/Doc/commontex/boilerplate.tex Thu Apr 27 04:11:24 2006
@@ -5,5 +5,5 @@
Email: \email{docs at 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
Modified: python/trunk/Include/patchlevel.h
==============================================================================
--- python/trunk/Include/patchlevel.h (original)
+++ python/trunk/Include/patchlevel.h Thu Apr 27 04:11:24 2006
@@ -23,10 +23,10 @@
#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$"
Modified: python/trunk/Lib/idlelib/NEWS.txt
==============================================================================
--- python/trunk/Lib/idlelib/NEWS.txt (original)
+++ python/trunk/Lib/idlelib/NEWS.txt Thu Apr 27 04:11:24 2006
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2a2?
+=========================
+
+*Release date: 27-APR-2006*
+
What's New in IDLE 1.2a1?
=========================
Modified: python/trunk/Lib/idlelib/idlever.py
==============================================================================
--- python/trunk/Lib/idlelib/idlever.py (original)
+++ python/trunk/Lib/idlelib/idlever.py Thu Apr 27 04:11:24 2006
@@ -1 +1 @@
-IDLE_VERSION = "1.2a1"
+IDLE_VERSION = "1.2a2"
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Thu Apr 27 04:11:24 2006
@@ -7,7 +7,7 @@
What's New in Python 2.5 alpha 2?
=================================
-*Release date: XX-XXX-2006*
+*Release date: 27-APR-2006*
Core and builtins
-----------------
More information about the Python-checkins
mailing list