]> granicus.if.org Git - python/commitdiff
bump to 2.7.8 v2.7.8
authorBenjamin Peterson <benjamin@python.org>
Mon, 30 Jun 2014 01:58:16 +0000 (18:58 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 30 Jun 2014 01:58:16 +0000 (18:58 -0700)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index 139a9bd3d212514de36ab8623bd7185e767b4672..732b07e764329939eb6120615463f2623f8109f5 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#define PY_MICRO_VERSION       7
+#define PY_MICRO_VERSION       8
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.7.7+"
+#define PY_VERSION             "2.7.8"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index fe729e7ed0b34023763270e5863763f220fb7dfc..7b8b924f59f539eaa9b0350628dd18d96b44abc5 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7.7"
+__version__ = "2.7.8"
 #--end constants--
index 55bfe1cbb3de2e4ddee992ce11575f434b30afea..c826882ee09225c1ef89292e4f8c48175b4b9b36 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7.7"
+IDLE_VERSION = "2.7.8"
index 982bf30760158d7bb65c181167a3eee18e318503..dae435fbd8f963a749eac5cb0e79fc84c4b898cd 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 2.7.8?
 ===========================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2014-06-29*
 
 Core and Builtins
 -----------------
index fb0775c859f4569f220323e4d391ac9f47b9b5f7..988c3cc7b03c7fd60fd9f9c07fd418a1c5e4833b 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7.7
+%define version 2.7.8
 %define libvers 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 7699ec66d5041ff6d55b62e588489ff3711caad8..d11ff3ad3b088bee80ccd904c9c76c63537ce51c 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7.7
+This is Python version 2.7.8
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,