diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-11-27 14:40:29 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-11-27 14:40:29 (GMT) |
| commit | 3e0fa42d874df47edd2194bcd6c6f3e250f6ca49 (patch) | |
| tree | ab12c8119cf379db2f56d9ecdceb3d10997b4116 /Lib | |
| parent | b3b0049c5998ff27df05e29e3225a19e63202b62 (diff) | |
| download | cpython-2.7.1.zip cpython-2.7.1.tar.gz cpython-2.7.1.tar.bz2 | |
2.7.1 final version bumpv2.7.1
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 f9f9792..a82d4cb 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.1rc1" +__version__ = "2.7.1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index ff46726..b6e1a1d 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.1rc1" +IDLE_VERSION = "2.7.1" |
