diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-23 10:52:17 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-23 10:52:17 -0500 |
commit | eaa55cf35203f92b7b6f81128ea9ecd9601e2773 (patch) | |
tree | 5bac1b487fbca28086b2e83906e0d13634cac5c1 /Lib | |
parent | 44c824ec5ef506d9c539459fd0fb842229d3eab4 (diff) | |
download | cpython-eaa55cf35203f92b7b6f81128ea9ecd9601e2773.tar.gz |
bump to 2.7.3rc1v2.7.3rc1
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 a849f1a9cd..83126f679f 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.2" +__version__ = "2.7.3rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 3f8bcffe99..ea2844db78 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.2" +IDLE_VERSION = "2.7.3rc1" |