]> granicus.if.org Git - python/commitdiff
version bump v2.6.9
authorBarry Warsaw <barry@python.org>
Tue, 29 Oct 2013 14:14:05 +0000 (10:14 -0400)
committerBarry Warsaw <barry@python.org>
Tue, 29 Oct 2013 14:14:05 +0000 (10:14 -0400)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.6.spec
README

index a557ce79afb942db0ef0a309f26e8190596e8a5b..fcb5add50a1bde0418103e44b6b72720af7ebf59 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       9
-#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             "2.6.9rc1+"
+#define PY_VERSION             "2.6.9"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index fe33506f4cc2bee1e229679383b2436573862972..90008aadc89362d0320255121ac3be19714b37f6 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6.9rc1"
+__version__ = "2.6.9"
 #--end constants--
index bed231baae25f7bea0602b44e01e798ccf2679f2..79b7cdd31537276dbdc559e580c55f14df2b89cd 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6.9rc1"
+IDLE_VERSION = "2.6.9"
index 5ee935a4f7f827df1033daa92167e76dab8fd8e0..0f62f82653ba905f23c6f0110ac0e7a006eac354 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,13 +5,9 @@ Python News
 What's New in Python 2.6.9?
 ===========================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2013-10-29*
 
-Core and Builtins
------------------
-
-Library
--------
+No changes since 2.6.9rc1.
 
 
 What's New in Python 2.6.9 rc 1?
index e2de7e36ca288055f40dbcab3b49dcacea83281d..e6771da60243e67f532a4687d793dd3e388ed22a 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.6.9rc1
+%define version 2.6.9
 %define libvers 2.6
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 044d1b3d2b8ee72a30ed9dc4d5ee65f8c942e056..57c6550d1d3bba11b0621d9b8076de538fe6f9c8 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.6.9rc1
-===============================
+This is Python version 2.6.9
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
               2011, 2012, 2013