diff options
| author | Andrew M. Kuchling <amk@amk.ca> | 2000-10-17 13:02:42 +0000 |
|---|---|---|
| committer | Andrew M. Kuchling <amk@amk.ca> | 2000-10-17 13:02:42 +0000 |
| commit | ad6f2c8007b2de97517decf858954c264aaa10a5 (patch) | |
| tree | c6e151adaeb86e6b67ccf41cac978a165f0a4364 | |
| parent | b4b401eda3ea782b0ece13032257acf08b666704 (diff) | |
| download | cpython-git-ad6f2c8007b2de97517decf858954c264aaa10a5.tar.gz | |
Bump version number -- this document is pretty much finished!
| -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 42bbcc6ea6..236fbb831e 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 |
