]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
version now 3.1.5rc1 v3.1.5rc1
authorBenjamin Peterson <benjamin@python.org>
Thu, 23 Feb 2012 15:45:48 +0000 (10:45 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 23 Feb 2012 15:45:48 +0000 (10:45 -0500)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.1.spec
README

index d9652a5beae5f57b7f8af3379503428f614d7d4d..9fc6e97691d3df3876df17541ec139449425e4ef 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       1
-#define PY_MICRO_VERSION       4
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       5
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.1.4+"
+#define PY_VERSION             "3.1.5rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index a3e2993648195bba31218bffe80230e3ac0b72b2..0e427624b80e09591f31446c0b4331c7a2ed6b1a 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1.4"
+__version__ = "3.1.5rc1"
 #--end constants--
index 09f1b72730113cf9cfccb577720bb6b7ed2fa58c..049da68871c9eae8186ba896fd1a43141fb077a7 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1.4"
+IDLE_VERSION = "3.1.5rc1"
index 0d23663867df802d20083828fb4038f23c1bf2c5..07b981c66a57659bb3e1bf96e5f3b21ffe59c3e0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.1.5?
 ===========================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2012-02-23*
 
 Core and Builtins
 -----------------
index 4215cbbf86ccfdc7af61bd26a7b84031227e09c6..c89c1da8a501938b45ecab9ff36b84b0c4b30ae7 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1.4
+%define version 3.1.5rc1
 %define libvers 3.1
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index b136247d6aa69f3e8a77204dbad6b690147e9426..83b68719f87fcc3c5af8b3b9bde825598920122e 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.1.4
+This is Python version 3.1.5
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010