commit | b5d174037fab4889c1404ebab19b85cbe9aa452e | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Jun 19 01:48:07 2008 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu Jun 19 01:48:07 2008 +0000 |
tree | 32cabb659a1c053fb3e89d59eaecaa5935e942e2 | |
parent | da9c9be1599d818524c9f59e1bbfa64554e18018 [diff] |
Bumping to 2.6b1
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index e3e32f5..a192357 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py
@@ -22,5 +22,5 @@ # #--start constants-- -__version__ = "2.6a3" +__version__ = "2.6b1" #--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 6dcab30..5c5edb7 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@ -IDLE_VERSION = "2.6a3" +IDLE_VERSION = "2.6b1"