diff options
author | Barry Warsaw <barry@python.org> | 2008-05-08 13:16:19 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-05-08 13:16:19 (GMT) |
commit | 6cc7940e10372aa696ac62d9ab00bf0717a94ae6 (patch) | |
tree | 82eecab7772cac4f220d77694edeba6d05eb24b0 /Lib | |
parent | c27b8b88e33e392444a05cce74da9080e3ae5b5b (diff) | |
download | cpython-2.6a3.zip cpython-2.6a3.tar.gz cpython-2.6a3.tar.bz2 |
Bump to 2.6a3v2.6a3
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/__init__.py | 2 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index d0dd03a..e3e32f5 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6a2" +__version__ = "2.6a3" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 308e33f..6dcab30 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.6a2" +IDLE_VERSION = "2.6a3" |