]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bump version to 2.7.10rc1 v2.7.10rc1
authorBenjamin Peterson <benjamin@python.org>
Sun, 10 May 2015 17:14:16 +0000 (13:14 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sun, 10 May 2015 17:14:16 +0000 (13:14 -0400)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
README

index edb9ae8cd6a194b7c9a45029cd59196fbd2fa0db..3789b059d5221e87c724fd7efc51f0024c752376 100644 (file)
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       10
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      0
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7.10rc0"
+#define PY_VERSION             "2.7.10rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 8780be7cbdde12187b29e6398e73ad9fe67732da..90f438d585ccfd78242028e16e37715e1839d2e7 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7.9"
+__version__ = "2.7.10rc1"
 #--end constants--
index ba1b4d5ff4e09439ac7f916faa91aa25329bd846..b80c4795fa44139945d3ffcf0de7a0929ccc77b5 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7.9"
+IDLE_VERSION = "2.7.10rc1"
index b5a149c9b425fa2154bcba182ae3338a599e6c5f..aef5e59536d37d8a143af371db5baeaa36c9e19f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,10 @@
 Python News
 +++++++++++
 
-What's New in Python 2.7.10?
-============================
+What's New in Python 2.7.10 release candidate 1?
+================================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2015-05-10*
 
 Core and Builtins
 -----------------
diff --git a/README b/README
index 4c4c2395f42c9104c8ce97c00675b2dd381ec340..252d90ea5cbc8889fdeb009077c92e0413373fd7 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.7.9
-============================
+This is Python version 2.7.10
+=============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013, 2014, 2015 Python Software Foundation.  All rights reserved.