diff options
author | Georg Brandl <georg@python.org> | 2011-07-04 17:55:22 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-07-04 17:55:22 (GMT) |
commit | bfd1edd15541ff3d8ea89385faecdbcbba1a9773 (patch) | |
tree | be7725f058280263a5378bc21ae9896e9ce9e56a /Lib/idlelib/idlever.py | |
parent | e40b3aabfb10e1f9fd31541369fec491029d5d46 (diff) | |
parent | b1b25f0ffd6c2d31cf21fa7128ff64c314c3cd2e (diff) | |
download | cpython-bfd1edd15541ff3d8ea89385faecdbcbba1a9773.zip cpython-bfd1edd15541ff3d8ea89385faecdbcbba1a9773.tar.gz cpython-bfd1edd15541ff3d8ea89385faecdbcbba1a9773.tar.bz2 |
Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release.
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 0278a91..a437b7b 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2.1rc1" +IDLE_VERSION = "3.2.1rc2" |