]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bump to 3.1.3rc1 v3.1.3rc1
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Nov 2010 17:28:56 +0000 (17:28 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Nov 2010 17:28:56 +0000 (17:28 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.1.spec
README

index a90fe39018264ae271c6bb8dc45b1e26dd859da9..d599c9702cedaa0da269740972fef78d8ac0bffc 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       1
-#define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.1.2"
+#define PY_VERSION             "3.1.3rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 6dca599fd69ceea65bbe7110c12b24c0b020057e..9684a11c453911c25815ad99c2baa0d7199c2df0 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1.2"
+__version__ = "3.1.3rc1"
 #--end constants--
index 0b2a6625ba9dd3ddfe3a77e50b884ac252ba679f..6788115055eb5d01eff9ea1f7e7cc3fa18691671 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1.2"
+IDLE_VERSION = "3.1.3rc1"
index 9f18bbd9b4f25b43a447cd860ae61944fb33e27c..6f1dd3e691c14555f316d97cf3295a3c40c5ed35 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,10 @@
 Python News
 +++++++++++
 
-What's New in Python 3.1.3?
-===========================
+What's New in Python 3.1.3 release candidate 1?
+===============================================
 
-*Release date: 20XX-XX-XX*
+*Release date: 2010-11-13*
 
 Core and Builtins
 -----------------
index 6ab1f4e8b57ff3f77ae1951ad54377ca680ad8e3..f1f7c3dce2e11c488adc5e728b5ae0d10831284e 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1.2
+%define version 3.1.3rc1
 %define libvers 3.1
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index e3746273f6f58a84354cbaebd12284128aa4882a..21964ca244cf2f34487914b14b2ee1630d1345dd 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.1.2
-============================
+This is Python version 3.1.2 release candidate 1
+================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 Python Software Foundation.