]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Version bump for 3.6.0a2 v3.6.0a2
authorNed Deily <nad@python.org>
Mon, 13 Jun 2016 20:54:49 +0000 (16:54 -0400)
committerNed Deily <nad@python.org>
Mon, 13 Jun 2016 20:54:49 +0000 (16:54 -0400)
Include/patchlevel.h
Misc/NEWS
README

index f0348bb53a7bc25d14de104b2ef61ef6c1421354..6dc6df226d3b29faeb97ecf4fd173d7d7ab07906 100644 (file)
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.6.0a1+"
+#define PY_VERSION             "3.6.0a2"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 005954f1900bd81b0dd15478e08706865519402e..96849b8ab0713384d6e57069764972ba0b1bc815 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.6.0 alpha 2
 ==================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2016-06-13*
 
 Core and Builtins
 -----------------
diff --git a/README b/README
index 4d7dd40a8a12f1bac17c32a18504cd93d229ad0f..1b15b7c30762202cda2142b6064884b0be5a638a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.6.0 alpha 1
+This is Python version 3.6.0 alpha 2
 ====================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,