From adeb140cb3f5bcf2ceab84796160ce654dbf1151 Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Wed, 8 Oct 2014 02:40:43 -0700 Subject: [PATCH] Post-release changes after 3.4.2 final. --- Include/patchlevel.h | 2 +- Misc/NEWS | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b4f7590be33b..ee45177bd0d6 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.4.2" +#define PY_VERSION "3.4.2+" /*--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 4ecf91d16a1f..d8965122681b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.4.3rc1? +============================== + +Release date: TBA + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.4.2? =========================== -- 2.47.3