diff options
author | Georg Brandl <georg@python.org> | 2013-03-23 16:05:12 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-23 16:05:12 +0100 |
commit | d08d0b1c69b19c58afb998e30eadfc7b9de26378 (patch) | |
tree | 97e26bc810da87bb02bad26b5305f4081417bce9 /Lib/idlelib/idlever.py | |
parent | 0a1bc11c66a5037b4db8c414adce0012bf1d28fa (diff) | |
download | cpython-git-d08d0b1c69b19c58afb998e30eadfc7b9de26378.tar.gz |
Bump to 3.3.1rc1.
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 8d8317dd29..5ae50e51b2 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0" +IDLE_VERSION = "3.3.1rc1" |