]> granicus.if.org Git - python/commitdiff
Bump to version 3.2.5. v3.2.5
authorGeorg Brandl <georg@python.org>
Sun, 12 May 2013 10:28:20 +0000 (12:28 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 12 May 2013 10:28:20 +0000 (12:28 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.2.spec
README

index b9f79a37c9a964ea0de0dfc30b291a5a47b17570..4ba3b067470622f0f1505953585aed938502b208 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       2
-#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             "3.2.4"
+#define PY_VERSION             "3.2.5"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index b8f1c164c0fe5c54f22944a6ab90893b885f7a19..f9016d6d174b4165f7226c09d8380db8a04bcafd 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.2.4"
+__version__ = "3.2.5"
 #--end constants--
index 671b2b8ae1022a6e67dbc9563a0cb244078d1c49..4a7c3362af9d5d2ca8633c923f42df349d798492 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.2.4"
+IDLE_VERSION = "3.2.5"
index 7308e72a8351f0ec8abc9a5daf2587044071b575..0e945dd117577234d8eb43bb4cb8ed62e96b4e3d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
+++++++++++
 Python News
 +++++++++++
 
index 646d9d8ebe7d7c207edbf0e302c435bc4b81096f..c93f6bf5139140612f7e6b69fcf176f3e2bad4b9 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.2.4
+%define version 3.2.5
 %define libvers 3.2
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 78f40beac3ee82103ae032720515298d10df284b..6d8e18c9184a5d9fa991e323a1d5d21107c7310b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.2.4
+This is Python version 3.2.5
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,