diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-17 12:30:29 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-17 12:30:29 +0200 |
commit | 3afec4e0b9dc4094010320564cc9504552f9494b (patch) | |
tree | 96ae56f3b81d6f4ff6c386ba6f07b9e4c3d1adee /Lib/idlelib/idlever.py | |
parent | 91b3e77a6a1c3ca3841463dff099275c6497f8d4 (diff) | |
parent | 1d2436a5814fdbfe5a032934fe09489a33f0fb0a (diff) | |
download | cpython-3afec4e0b9dc4094010320564cc9504552f9494b.tar.gz cpython-3afec4e0b9dc4094010320564cc9504552f9494b.zip |
Merge heads
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 640e0080151..60f1d329aae 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.3rc1" +IDLE_VERSION = "3.3.3" |