]> granicus.if.org Git - python/commitdiff
3.1.3 final version bump v3.1.3
authorBenjamin Peterson <benjamin@python.org>
Sat, 27 Nov 2010 14:46:13 +0000 (14:46 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 27 Nov 2010 14:46:13 +0000 (14:46 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.1.spec
README

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