diff options
author | Georg Brandl <georg@python.org> | 2013-04-06 07:36:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-06 07:36:20 (GMT) |
commit | 8bc7e31529bd10dca2a139ecc0c8838e6021a5a2 (patch) | |
tree | 944a94a059d79af7ea212fce1ceb74c1f3e798a6 /Lib/idlelib/idlever.py | |
parent | 7684fa8a38599fac51b838ccd62db7edadc7743d (diff) | |
download | cpython-8bc7e31529bd10dca2a139ecc0c8838e6021a5a2.zip cpython-8bc7e31529bd10dca2a139ecc0c8838e6021a5a2.tar.gz cpython-8bc7e31529bd10dca2a139ecc0c8838e6021a5a2.tar.bz2 |
Bump to 3.2.4.v3.2.4
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 00af62d..671b2b8 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2.4rc1" +IDLE_VERSION = "3.2.4" |