diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-04-04 23:16:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-04-04 23:16:41 (GMT) |
commit | bd35b035e9fda7fe3cc95f90bd40a3354bf9f4d0 (patch) | |
tree | 4e3631e38187d27bd72a01ab12436b32e45ffbe8 | |
parent | 8d4980d5a323601ff814165824c141ef211938c5 (diff) | |
download | cpython-bd35b035e9fda7fe3cc95f90bd40a3354bf9f4d0.zip cpython-bd35b035e9fda7fe3cc95f90bd40a3354bf9f4d0.tar.gz cpython-bd35b035e9fda7fe3cc95f90bd40a3354bf9f4d0.tar.bz2 |
bump version for 3.1a2+
-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 fea6eae..1671e19 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.1a2" +#define PY_VERSION "3.1a2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ @@ -4,6 +4,18 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 3.1 beta 1? +================================ + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.1 alpha 2? ================================= |