diff options
author | Larry Hastings <larry@hastings.org> | 2015-07-26 07:55:08 -0700 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-07-26 07:55:08 -0700 |
commit | 06a2df288248c2a62398bc4bc3a0a018653ee9f1 (patch) | |
tree | 67ca5964336c4fb08f69f71db23d9918e8557783 | |
parent | cfb3565f49aa28929bfaf8b1efe5646b2d7e8e2a (diff) | |
download | cpython-06a2df288248c2a62398bc4bc3a0a018653ee9f1.tar.gz |
Post-release updates for Python 3.5.0b4.
-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 933ca43332..eb056c5c65 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.5.0b4" +#define PY_VERSION "3.5.0b4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.5.0 release candidate 1? +=============================================== + +Release date: 2015-08-09 + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.5.0 beta 4? ================================== |