diff options
author | Georg Brandl <georg@python.org> | 2013-03-23 15:02:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-23 15:02:08 (GMT) |
commit | b673d99698a863e03bef22b9d551b1468a09312f (patch) | |
tree | d0186de722449179dec1fcdb7a3fb04d79284aa6 /Lib/idlelib | |
parent | d50fe7216d09de0eac5c4085a35173b1d5832688 (diff) | |
download | cpython-b673d99698a863e03bef22b9d551b1468a09312f.zip cpython-b673d99698a863e03bef22b9d551b1468a09312f.tar.gz cpython-b673d99698a863e03bef22b9d551b1468a09312f.tar.bz2 |
Bump to 3.2.4rc1.
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 17455db..00af62d 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2.3" +IDLE_VERSION = "3.2.4rc1" |