diff options
author | Georg Brandl <georg@python.org> | 2010-09-05 08:30:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-09-05 08:30:40 (GMT) |
commit | 58a7b46075d7e8a34001a7fd34237b997f9d346b (patch) | |
tree | be01451fbdb070cd1bcf76a9de9f198ba18c97c8 /Lib/idlelib/idlever.py | |
parent | bef3db2368ff1d1f7c0f03d5f70da3ec1ae2e0f1 (diff) | |
download | cpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.zip cpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.tar.gz cpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.tar.bz2 |
Bump to 3.2a2.
Diffstat (limited to 'Lib/idlelib/idlever.py')
-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 4403f80..d6d7b38 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2a1" +IDLE_VERSION = "3.2a2" |