diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-11-01 07:04:56 +0000 |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-11-01 07:04:56 +0000 |
commit | 5c099d7ce1369f152441ce2ee8703315baffdb3f (patch) | |
tree | 2a10a5e8f07b487bcdae23bfe6e9af3bf20fd85f | |
parent | 078135764252fcafbc2eef6b1c86c9153c88c597 (diff) | |
download | cpython-git-5c099d7ce1369f152441ce2ee8703315baffdb3f.tar.gz |
updates for 2.3.6 final
-rw-r--r-- | Doc/commontex/boilerplate.tex | 2 | ||||
-rw-r--r-- | Include/patchlevel.h | 4 | ||||
-rw-r--r-- | Lib/idlelib/NEWS.txt | 5 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 | ||||
-rw-r--r-- | Misc/NEWS | 5 | ||||
-rw-r--r-- | Misc/RPM/python-2.3.spec | 2 |
6 files changed, 15 insertions, 5 deletions
diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index e511b069b9..cdf2712e3a 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -6,5 +6,5 @@ } %\date{\today} -\date{October 25, 2006} % XXX update before final release! +\date{November 1, 2006} % XXX update before final release! \input{patchlevel} % include Python version information diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 671d204016..8c99af01e6 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,8 +22,8 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 6 -#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.3.6c1" diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index b96a29e3f5..2189a1b25f 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.0.6? +========================= + +*Release date: 01-Nov-2006* + What's New in IDLE 1.0.6c1? =========================== diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index d9850d72c7..9e7e0b5552 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.0.6c1" +IDLE_VERSION = "1.0.6" @@ -4,6 +4,11 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.3.6? +=========================== + +*Release date: 01-NOV-2006* + What's New in Python 2.3.6c1? ============================= diff --git a/Misc/RPM/python-2.3.spec b/Misc/RPM/python-2.3.spec index 2303ebd81d..b9933f799f 100644 --- a/Misc/RPM/python-2.3.spec +++ b/Misc/RPM/python-2.3.spec @@ -35,7 +35,7 @@ %define name python %define version 2.3.6 %define libvers 2.3 -%define release 4pydotorg +%define release 1pydotorg %define __prefix /usr # kludge to get around rpm <percent>define weirdness |