]> granicus.if.org Git - python/commitdiff
Bump to 3.2.6rc1
authorGeorg Brandl <georg@python.org>
Sat, 4 Oct 2014 12:15:42 +0000 (14:15 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 4 Oct 2014 12:15:42 +0000 (14:15 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.2.spec
README

index 4ba3b067470622f0f1505953585aed938502b208..b3e5422f4dc8a72a639aad5827a19126e415addc 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       2
-#define PY_MICRO_VERSION       5
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       6
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.2.5"
+#define PY_VERSION             "3.2.6rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index f9016d6d174b4165f7226c09d8380db8a04bcafd..382e4b1c9d02c61b0b522d276b4b9602ccd2625b 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.2.5"
+__version__ = "3.2.6rc1"
 #--end constants--
index 4a7c3362af9d5d2ca8633c923f42df349d798492..b69949dfd915521e0194281f91b74ab861f6043f 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.2.5"
+IDLE_VERSION = "3.2.6rc1"
index 14d9630a8fa8a475dbba34e5e7ed432d7906924b..1a704df99650fb4aa6bd4670c3dfb45b241db02f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.2.6?
 ===========================
 
-*Release date: TBD*
+*Release date: 11-Oct-2014*
 
 Core and Builtins
 -----------------
index c93f6bf5139140612f7e6b69fcf176f3e2bad4b9..664589ee0562e7a5aeb6fea324107c7d01c8aa06 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.2.5
+%define version 3.2.6rc1
 %define libvers 3.2
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 6d8e18c9184a5d9fa991e323a1d5d21107c7310b..50f11e057afbe939126eb866c2a237d9f4c77c39 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-This is Python version 3.2.5
-============================
+This is Python version 3.2.6 release candidate 1
+================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013 Python Software Foundation.  All rights reserved.
+2012, 2013, 2014 Python Software Foundation.  All rights reserved.
 
 Python 3.x is a new version of the language, which is incompatible with the 2.x
 line of releases.  The language is mostly the same, but many details, especially