diff options
author | Georg Brandl <georg@python.org> | 2011-07-09 10:56:06 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-07-09 10:56:06 +0200 |
commit | bb9c7d0b91c4666a98bb7629265f582e6541fdad (patch) | |
tree | 1a0dfcab09d2b30fc3848c165a4488f552ac13c6 | |
parent | 7179bf1540d624a772055f23476aec238078dcf6 (diff) | |
download | cpython-git-bb9c7d0b91c4666a98bb7629265f582e6541fdad.tar.gz |
Post-release steps for 3.2.1.
-rw-r--r-- | Include/patchlevel.h | 2 | ||||
-rw-r--r-- | Misc/NEWS | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index ec658f3db3..a9477b247b 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.2.1" +#define PY_VERSION "3.2.1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.2.2? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.2.1? =========================== |