diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 12:28:20 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 12:28:20 +0200 |
commit | bfe36ec1f580248d5e718667c204974275f8974a (patch) | |
tree | eb34f8c5a443b9ac65b042a114fbead60ba89539 /Lib/idlelib | |
parent | c502df4e3e00ec2481f1f0a80af37c9d822787b3 (diff) | |
download | cpython-git-bfe36ec1f580248d5e718667c204974275f8974a.tar.gz |
Bump to version 3.2.5.v3.2.5
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 671b2b8ae1..4a7c3362af 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2.4" +IDLE_VERSION = "3.2.5" |