diff options
| author | Barry Warsaw <barry@python.org> | 2008-07-18 03:20:07 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2008-07-18 03:20:07 (GMT) |
| commit | daddf03f7731cc8be44187977e7155a382af46a4 (patch) | |
| tree | 0c85ef67b39e90b63b121234da183859921afaf1 /Lib | |
| parent | 7fb9640d57f5d96dcaa0d0e6497abc21fa85f37e (diff) | |
| download | cpython-2.6b2.zip cpython-2.6b2.tar.gz cpython-2.6b2.tar.bz2 | |
Bumping to 2.6b2v2.6b2
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 a192357..06ec0d4b 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6b1" +__version__ = "2.6b2" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 5c5edb7..4951b87 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.6b1" +IDLE_VERSION = "2.6b2" |
