diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-08-16 21:59:05 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-08-16 21:59:05 (GMT) |
commit | 586547387b468ffb391cb76842f65e68164e5135 (patch) | |
tree | c6b374518d14ea8be7e74ea523a99c8c5ca0dfb9 /Lib | |
parent | 8eba090694d661d98eb24e6894b0c3e2c5c76ba2 (diff) | |
download | cpython-586547387b468ffb391cb76842f65e68164e5135.zip cpython-586547387b468ffb391cb76842f65e68164e5135.tar.gz cpython-586547387b468ffb391cb76842f65e68164e5135.tar.bz2 |
bump to 3.1.1v3.1.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 e7f2123..8c0e5a3 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.1rc1" +__version__ = "3.1.1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 1fa8141..43187ce 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1.1rc1" +IDLE_VERSION = "3.1.1" |