From: Larry Hastings Date: Sun, 13 Sep 2015 14:36:07 +0000 (+0100) Subject: Post-release updates for Python 3.5.0. X-Git-Tag: v3.5.1rc1~354^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82c0c6901135a20f10d2dbb1bbf7c71bc71e13af;p=thirdparty%2FPython%2Fcpython.git Post-release updates for Python 3.5.0. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 226f9cfdd785..5145dd4e73a3 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.5.0" +#define PY_VERSION "3.5.0+" /*--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 564933e1e586..37d2d3b4674b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.5.1 release candidate 1? +=============================================== + +Release date: TBA + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.5.0 final? =================================