diff options
author | Georg Brandl <georg@python.org> | 2012-05-01 09:35:18 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-05-01 09:35:18 +0200 |
commit | ab0ef20663ee64667cc979f6810e60914d26d149 (patch) | |
tree | 6d4e9b3d7f1785415fede05470bf15824763ca3c /Lib/idlelib | |
parent | ebb29640fa73bf9de031650be013df3a375f62a4 (diff) | |
download | cpython-git-ab0ef20663ee64667cc979f6810e60914d26d149.tar.gz |
Bump to 3.3.0a3.
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 a2fbd1fce3..726b1dc7f6 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0a2" +IDLE_VERSION = "3.3.0a3" |