]> granicus.if.org Git - python/commitdiff
Bump to 3.2.1rc2.
authorGeorg Brandl <georg@python.org>
Sun, 3 Jul 2011 07:41:27 +0000 (09:41 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 3 Jul 2011 07:41:27 +0000 (09:41 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.2.spec
README

index 097b2de4a63c19e42157bd6661b3282a278f25bc..33cccb88fe11abca93d0e7e21e34027bb9189f37 100644 (file)
 #define PY_MINOR_VERSION       2
 #define PY_MICRO_VERSION       1
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.2.1rc1+"
+#define PY_VERSION             "3.2.1rc2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 70ab7dbf2bbdebfdbc7309f33b55685b0d26efeb..2602c5074b650dc84e5ebfd4c512d6ce84037962 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.2.1rc1"
+__version__ = "3.2.1rc2"
 #--end constants--
index 0278a912cc52d09d39dd93d1666943c2b560f199..a437b7b0aaadaa31594d9e3863fce6ba5cdc922e 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.2.1rc1"
+IDLE_VERSION = "3.2.1rc2"
index 89542ec41e1153c4cbaf6067cfe251e06c84b6da..193072228dd8d9fb5c7f9ff2ffe2fad75f83f500 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.2.1 release candidate 2?
 ===============================================
 
-*Release date: XX-XXX-2011*
+*Release date: 03-Jul-2011*
 
 Core and Builtins
 -----------------
index 99c04067650c071d1a6ef0aed1f8c29687551341..234caeb04d62523e318013d21dce0a73488d6ade 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.2.1rc1
+%define version 3.2.1rc2
 %define libvers 3.2
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 08edc00fd9b8563db3deffbf4764e1c475a7de13..7fa22887d64845832bf14cf93373e08673880854 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.2.1 release candidate 1
+This is Python version 3.2.1 release candidate 2
 ================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011