]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bump version to 2.7.5
authorBenjamin Peterson <benjamin@python.org>
Sun, 12 May 2013 03:29:20 +0000 (22:29 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 12 May 2013 03:29:20 +0000 (22:29 -0500)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index b62d890bdc85c69a7d580396b92eb1097a5677e1..bdf179e6241d3a54f68fabf8e9883f6493e63157 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#define PY_MICRO_VERSION       4
+#define PY_MICRO_VERSION       5
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.7.4+"
+#define PY_VERSION             "2.7.5"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 84dbc3806a73da0c78387d8007d9e28ff756f1d6..98f4bb3a49a7f1f252add77818b833a84f2a216b 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7.4"
+__version__ = "2.7.5"
 #--end constants--
index 77421d5f770abb095662e63a61d50dc02ef93581..481afab24cb9a4f5a65db61ca059f9d1961b3bd8 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7.4"
+IDLE_VERSION = "2.7.5"
index 0405fb99e7707eaf2cefb4b9deb33d1eae16c1e1..8f9739022e9c36d52eb7eee875267daf5d946d4f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,7 +4,7 @@ Python News
 What's New in Python 2.7.5?
 ===========================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2013-05-12*
 
 Core and Builtins
 -----------------
index c00ba96cbd6802c893969b3501dab65749e92d9a..9df3b2c88e9116b07526ca20263d75fcb8365c19 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7.4
+%define version 2.7.5
 %define libvers 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 9b3f16eea496311b3b85a76f6177ca47f9c10c57..014028dacbf155b4622b02af443e56667e5d6ee7 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7.4
+This is Python version 2.7.5
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,