From: Larry Hastings Date: Sun, 24 May 2015 23:40:45 +0000 (-0700) Subject: Post-release fixes for 3.5.0b1. X-Git-Tag: v3.5.0b2~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f46aa8e2d17ccb2ff92b803229808e3d330a3eab;p=thirdparty%2FPython%2Fcpython.git Post-release fixes for 3.5.0b1. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 9664dd90d19f..b5cac6881326 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.5.0b1" +#define PY_VERSION "3.5.0b1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff --git a/Misc/NEWS b/Misc/NEWS index ef2a0f0e8742..73615942b697 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.5.0 beta 2? +================================== + +Release date: 2015-07-05 + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.5.0 beta 1? ==================================