]> granicus.if.org Git - python/commitdiff
2.5.1 final v2.5.1
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 18 Apr 2007 03:35:45 +0000 (03:35 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 18 Apr 2007 03:35:45 +0000 (03:35 +0000)
Doc/commontex/boilerplate.tex
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS

index 1065951287677d25cc0a65769720c7db7e62b96b..78c6449c6feaf34e139e745acd1e2de6b24e6198 100644 (file)
@@ -5,5 +5,5 @@
        Email: \email{docs@python.org}
 }
 
-\date{5th April, 2007}                 % XXX update before final release!
+\date{18th April, 2007}                        % XXX update before final release!
 \input{patchlevel}             % include Python version information
index d55295b4ffa4209da978b0f16825c94e9cdccded..adfb7fb77786d762c9c2f7f654289b580520e2f9 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       1
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.5.1c1"
+#define PY_VERSION             "2.5.1"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index 886ae8656ebdd44c16e5d44f8d32c32d54dd1abd..54ce807d631533bf1e5623476b7d2f615e6626df 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2.1?
+=========================
+
+*Release date: 18-APR-2007*
+
 What's New in IDLE 1.2.1c1?
 ===========================
 
index 83f2936f058aaabda28d557794e44c52f9976a81..9f7fb5a5bc0b599e322aed6efaa532589d4153bc 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2.1c1"
+IDLE_VERSION = "1.2.1"
index 9a13da67a1434b0d58e46a02038f0217cfbd65fb..6475b767d543c6c7a4e688e684f985e8bd75c85d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.5.1?
 =============================
 
-*Release date: XX-APR-2007*
+*Release date: 18-APR-2007*
 
 Core and builtins
 -----------------