From 5c099d7ce1369f152441ce2ee8703315baffdb3f Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Wed, 1 Nov 2006 07:04:56 +0000 Subject: updates for 2.3.6 final --- Doc/commontex/boilerplate.tex | 2 +- Include/patchlevel.h | 4 ++-- Lib/idlelib/NEWS.txt | 5 +++++ Lib/idlelib/idlever.py | 2 +- Misc/NEWS | 5 +++++ 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 e511b06..cdf2712 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 671d204..8c99af0 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 b96a29e..2189a1b 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 d9850d7..9e7e0b5 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.0.6c1" +IDLE_VERSION = "1.0.6" diff --git a/Misc/NEWS b/Misc/NEWS index c1d18ac..a55dd64 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 2303ebd..b9933f7 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 define weirdness -- cgit v0.12