diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-15 18:57:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-15 18:57:27 (GMT) |
commit | ba98788bc545232a0e1b9458179253cf120176f6 (patch) | |
tree | c51180f1ade157142291bf77cad2515ec4c282a2 /Lib | |
parent | 273cd1812a7c8646b52aa3afee1c5db5a0e539d6 (diff) | |
download | cpython-ba98788bc545232a0e1b9458179253cf120176f6.zip cpython-ba98788bc545232a0e1b9458179253cf120176f6.tar.gz cpython-ba98788bc545232a0e1b9458179253cf120176f6.tar.bz2 |
bump to 3.1.5rc2
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 0e42762..6ab1662 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.5rc1" +__version__ = "3.1.5rc2" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 049da68..09d42d4 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1.5rc1" +IDLE_VERSION = "3.1.5rc2" |