commit | afa14369588b7f0f590bae95bed320a78b8e5add | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Oct 01 21:46:40 2008 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Oct 01 21:46:40 2008 +0000 |
tree | 986c75dfb56722b640525016b540d2dd1adcd0a3 | |
parent | d69c904a2f5322069528e8c31f998823787e75f5 [diff] |
Bumping to 2.6 final.
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index fb8043c..7315a37 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py
@@ -22,5 +22,5 @@ # #--start constants-- -__version__ = "2.6rc2" +__version__ = "2.6" #--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 0d7ab6b..1071ada 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@ -IDLE_VERSION = "2.6rc2" +IDLE_VERSION = "2.6"