]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Version bump for Python 3.4.6. v3.4.6
authorLarry Hastings <larry@hastings.org>
Mon, 16 Jan 2017 08:19:54 +0000 (00:19 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 16 Jan 2017 08:19:54 +0000 (00:19 -0800)
Include/patchlevel.h
Misc/NEWS
README

index 3e90dea085eabf15f10abd337c750dc87d16a8b4..f52922d4c26e47524acd07118ea9407de2833780 100644 (file)
 #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.
index bfac196ef805cf75072467efe6192186619ef0cd..c3dc15e5c395e3467e312855fbfb1619dcde5ad2 100644 (file)
--- 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 eca5a281457047e4830c56112555d8414f11b27d..2ee032b9da91f1f593a3b1b61964082a4e31c1a4 100644 (file)
--- 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