diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-12 03:29:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-12 03:29:20 (GMT) |
commit | 086494483d84807c551bdabcfa37b35b0c60ca64 (patch) | |
tree | b76c653a990fc0ae541ec32443871f04f1726210 /Lib | |
parent | 5a27168883523adba65b33482f4872d2e5d2e5f9 (diff) | |
download | cpython-086494483d84807c551bdabcfa37b35b0c60ca64.zip cpython-086494483d84807c551bdabcfa37b35b0c60ca64.tar.gz cpython-086494483d84807c551bdabcfa37b35b0c60ca64.tar.bz2 |
bump version to 2.7.5
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 84dbc38..98f4bb3 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.4" +__version__ = "2.7.5" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 77421d5..481afab 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.4" +IDLE_VERSION = "2.7.5" |