]> granicus.if.org Git - python/commitdiff
2.7.12 release candidate 1 v2.7.12rc1
authorBenjamin Peterson <benjamin@python.org>
Sat, 11 Jun 2016 21:46:26 +0000 (14:46 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 11 Jun 2016 21:46:26 +0000 (14:46 -0700)
Include/patchlevel.h
Misc/NEWS
README

index 4d6e334cb9151b659a8425262806160e6435ed22..4c57860158f7305ca9676bb222e5b7df7a8aaa83 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#define PY_MICRO_VERSION       11
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       12
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7.11+"
+#define PY_VERSION             "2.7.12rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 2a6dec82cb1237125f05fceca178e61d1c46cb23..3926350e510212e979f15c261a8759d7f61b87f0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,10 @@
 Python News
 +++++++++++
 
-What's New in Python 2.7.12?
-============================
+What's New in Python 2.7.12 release candidate 1?
+================================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2016-06-12*
 
 Core and Builtins
 -----------------
diff --git a/README b/README
index b5694860f16891ac447af72b38ca43edaaf4bf5f..9b27c3291554f1b2107207ba80dd3ba31f618d7a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7.11
+This is Python version 2.7.12
 =============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,