diff options
author | Barry Warsaw <barry@python.org> | 2008-09-12 23:25:57 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-09-12 23:25:57 (GMT) |
commit | 1e62aec3ed8c8c7b23ab56b46e250e9be2d40681 (patch) | |
tree | 404acf891f6fd35261039f1d0c024e1c27633f29 /Lib | |
parent | e6872eb41710f14d35616b168f21d85c96d26ff7 (diff) | |
download | cpython-1e62aec3ed8c8c7b23ab56b46e250e9be2d40681.zip cpython-1e62aec3ed8c8c7b23ab56b46e250e9be2d40681.tar.gz cpython-1e62aec3ed8c8c7b23ab56b46e250e9be2d40681.tar.bz2 |
Bumping to 2.6rc1
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 74d0a47..b622f7d 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6b3" +__version__ = "2.6rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 5c055d0..59c5568 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.6b3" +IDLE_VERSION = "2.6rc1" |