diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-10-17 13:02:42 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-10-17 13:02:42 (GMT) |
commit | ad6f2c8007b2de97517decf858954c264aaa10a5 (patch) | |
tree | c6e151adaeb86e6b67ccf41cac978a165f0a4364 /Doc | |
parent | b4b401eda3ea782b0ece13032257acf08b666704 (diff) | |
download | cpython-ad6f2c8007b2de97517decf858954c264aaa10a5.zip cpython-ad6f2c8007b2de97517decf858954c264aaa10a5.tar.gz cpython-ad6f2c8007b2de97517decf858954c264aaa10a5.tar.bz2 |
Bump version number -- this document is pretty much finished!
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew20.tex | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Doc/whatsnew/whatsnew20.tex b/Doc/whatsnew/whatsnew20.tex index 42bbcc6..236fbb8 100644 --- a/Doc/whatsnew/whatsnew20.tex +++ b/Doc/whatsnew/whatsnew20.tex @@ -3,7 +3,7 @@ % $Id$ \title{What's New in Python 2.0} -\release{0.05} +\release{1.00} \author{A.M. Kuchling and Moshe Zadka} \authoraddress{\email{amk1@bigfoot.com}, \email{moshez@math.huji.ac.il} } \begin{document} @@ -11,12 +11,6 @@ \section{Introduction} -{\large This is a draft document; please report inaccuracies and -omissions to the authors. This document should not be treated as -definitive; features described here might be removed or changed during -the beta cycle before the final release of Python 2.0. -} - A new release of Python, version 2.0, will be released some time this autumn. Beta versions are already available from \url{http://www.pythonlabs.com/products/python2.0/}. This article |