diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-04-06 17:17:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-04-06 17:17:25 (GMT) |
commit | c37a4fdf5472b9460cc38885342ef59bce05753f (patch) | |
tree | e30c3342ef4bb626f67837ad58c596dce434f2f5 /Lib | |
parent | d6c75b5a03fc98cf351dc6747bf9f676fb41a435 (diff) | |
download | cpython-c37a4fdf5472b9460cc38885342ef59bce05753f.zip cpython-c37a4fdf5472b9460cc38885342ef59bce05753f.tar.gz cpython-c37a4fdf5472b9460cc38885342ef59bce05753f.tar.bz2 |
bump to 3.1.5 finalv3.1.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 6ab1662..d79bfa1 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__ = "3.1.5rc2" +__version__ = "3.1.5" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 09d42d4..5e3095b 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1.5rc2" +IDLE_VERSION = "3.1.5" |