diff options
author | Barry Warsaw <barry@python.org> | 2013-10-29 14:14:05 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2013-10-29 14:14:05 (GMT) |
commit | 8493c0cd66cfc181ac1517268a74f077e9998701 (patch) | |
tree | 2463c5fe8858702acbde8df073c3610b8ac24a2e /Lib/idlelib | |
parent | c26efbbf66ac9b8646166ae0861f6b45bdbbde48 (diff) | |
download | cpython-2.6.9.zip cpython-2.6.9.tar.gz cpython-2.6.9.tar.bz2 |
version bumpv2.6.9
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 bed231b..79b7cdd 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.6.9rc1" +IDLE_VERSION = "2.6.9" |