]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bump to 2.7.2 final
authorBenjamin Peterson <benjamin@python.org>
Sat, 11 Jun 2011 14:42:44 +0000 (09:42 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 11 Jun 2011 14:42:44 +0000 (09:42 -0500)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec

index 1fc8cc2b97347deed41004407fb93fe5290b4425..60e30922f360509f71832395bd811a65bbf75e20 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.7.2rc1"
+#define PY_VERSION             "2.7.2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index e9fc2d6c4567f3c374dc4b6a38d92c4797514801..a849f1a9cde1b8e65a58c3b34a6212e9408a8464 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7.2rc1"
+__version__ = "2.7.2"
 #--end constants--
index 4d3c1f622ef7cd316b4219837c0025be6579bd09..3f8bcffe992a8bae8851ec7862b30614121d7272 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7.2rc1"
+IDLE_VERSION = "2.7.2"
index 1db7b4136b4e25e09f39dfa56d97933086bc5467..33f2abbdc689e090e52761dd91459eb047144c9e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 2.7.2?
 ===========================
 
-*Release date: 2011-06-XX*
+*Release date: 2011-06-11*
 
 Library
 -------
index 6f2e5a4bf82f01075bf27073826b770c70654227..d095465bbbfe5232e7aff30e9fc366b40e9308d6 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7.2rc1
+%define version 2.7.2
 %define libvers 2.7
 #--end constants--
 %define release 1pydotorg