diff options
author | Georg Brandl <georg@python.org> | 2011-05-08 07:03:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-05-08 07:03:36 (GMT) |
commit | cd79cdc5e6a8ccdc5bf4260a14e5c2213a9bcff4 (patch) | |
tree | 1bcc567535071a0af459ba3590b00fc0dfbd54e3 /Lib/idlelib | |
parent | a8201f02dcb67a5fb2a2bba8237c620951ec13e5 (diff) | |
download | cpython-cd79cdc5e6a8ccdc5bf4260a14e5c2213a9bcff4.zip cpython-cd79cdc5e6a8ccdc5bf4260a14e5c2213a9bcff4.tar.gz cpython-cd79cdc5e6a8ccdc5bf4260a14e5c2213a9bcff4.tar.bz2 |
Bump to 3.2.1b1.
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 5b0907e..1ccd96a 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2" +IDLE_VERSION = "3.2.1b1" |