From 7f10edebf0d6016d20af0fdae319f043718a991b Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Mon, 16 Jan 2017 00:19:54 -0800 Subject: Version bump for Python 3.4.6. --- Include/patchlevel.h | 6 +++--- Misc/NEWS | 6 +----- README | 4 ++-- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3e90dea..f52922d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 4 #define PY_MICRO_VERSION 6 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.4.6rc1+" +#define PY_VERSION "3.4.6" /*--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 bfac196..c3dc15e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,11 +7,7 @@ What's New in Python 3.4.6? Release date: 2017-01-16 -Core and Builtins ------------------ - -Library -------- +There were no changes between 3.4.6rc1 and 3.4.6 final. What's New in Python 3.4.6rc1? diff --git a/README b/README index eca5a28..2ee032b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This is Python version 3.4.6 release candidate 1 -================================================ +This is Python version 3.4.6 +============================ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights -- cgit v0.12 From db413f2df5ad5c714e6f2cdf1d16f767b8dc71ac Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Mon, 16 Jan 2017 00:20:40 -0800 Subject: Added tag v3.4.6 for changeset b662f4776921 --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags index 21539db..8916ad5 100644 --- a/.hgtags +++ b/.hgtags @@ -149,3 +149,4 @@ b4cbecbc0781e89a309d03b60a1f75f8499250e6 v3.4.3 3631bb4a2490292ebf81d3e947ae36da145da564 v3.4.5rc1 619b61e505d0e2ccc8516b366e4ddd1971b46a6f v3.4.5 e199a272ccdac5a8c073d4690f60c13e0b6d86b0 v3.4.6rc1 +b662f47769213f23325144b80782c05764d0f053 v3.4.6 -- cgit v0.12 From a52b0a474e3794276c5f776e056c46a0e06aae27 Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Tue, 17 Jan 2017 00:49:13 -0800 Subject: Post-release updates for 3.4.6. --- Include/patchlevel.h | 2 +- Misc/NEWS | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index f52922d..21a8701 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.6" +#define PY_VERSION "3.4.6+" /*--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 c3dc15e..7acaf2f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,10 +2,22 @@ Python News +++++++++++ +What's New in Python 3.4.7 release candidate 1? +=============================================== + +Release date: XXXX-XX-XX + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.4.6? =========================== -Release date: 2017-01-16 +Release date: 2017-01-17 There were no changes between 3.4.6rc1 and 3.4.6 final. -- cgit v0.12