diff options
| author | Benjamin Peterson <benjamin@python.org> | 2011-05-29 21:50:27 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2011-05-29 21:50:27 (GMT) |
| commit | cd2070590286b52b7aebfb4ed4fe409ac759f94d (patch) | |
| tree | b4f7bf0ef94bd67e44f9d9eab838642380738546 /Lib | |
| parent | 8c0c9d2641c95654d07b28ea9439271d0f1b40cb (diff) | |
| download | cpython-2.7.2rc1.zip cpython-2.7.2rc1.tar.gz cpython-2.7.2rc1.tar.bz2 | |
bump to 2.7.2rc1v2.7.2rc1
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 a82d4cb..e9fc2d6 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "2.7.1" +__version__ = "2.7.2rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index b6e1a1d..4d3c1f6 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.1" +IDLE_VERSION = "2.7.2rc1" |
