diff options
author | Georg Brandl <georg@python.org> | 2014-10-12 08:50:38 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-12 08:50:38 +0200 |
commit | 439d88542ef77d5c867b8298e4c2c6be4a412a5e (patch) | |
tree | b2905d5e989844d02e8be47d1b2d574e1c1ddaee /Lib/idlelib/idlever.py | |
parent | b3ac84322fe6dd542aa755779cdbc155edca8064 (diff) | |
download | cpython-git-3.2.6.tar.gz |
Bump to 3.2.6v3.2.6
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 b69949dfd9..643ea9f235 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2.6rc1" +IDLE_VERSION = "3.2.6" |