diff options
author | Georg Brandl <georg@python.org> | 2010-12-19 10:30:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-19 10:30:28 (GMT) |
commit | 8a60e94802b04a838607b4aebba6fc8b70f7b87c (patch) | |
tree | 372531e4dc524f8233da62f9be517f053796ad70 /Lib/idlelib/idlever.py | |
parent | c88435023c909dd9575ff81b4c7f86cf68108537 (diff) | |
download | cpython-8a60e94802b04a838607b4aebba6fc8b70f7b87c.zip cpython-8a60e94802b04a838607b4aebba6fc8b70f7b87c.tar.gz cpython-8a60e94802b04a838607b4aebba6fc8b70f7b87c.tar.bz2 |
Bump to 3.2b2.
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 65283a2..6f90588 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2b1" +IDLE_VERSION = "3.2b2" |