diff options
author | Larry Hastings <larry@hastings.org> | 2014-05-04 12:06:24 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-05-04 12:06:24 (GMT) |
commit | 95e0b0d1d01249b116655a0b7e95ba9c61d4eefd (patch) | |
tree | 0ffd3e5ab24c81d03d8d1399255b83c728275cd0 /Lib/idlelib | |
parent | 9147a9697ac60a9fff739394056992a61d207a16 (diff) | |
download | cpython-95e0b0d1d01249b116655a0b7e95ba9c61d4eefd.zip cpython-95e0b0d1d01249b116655a0b7e95ba9c61d4eefd.tar.gz cpython-95e0b0d1d01249b116655a0b7e95ba9c61d4eefd.tar.bz2 |
Version bump for 3.4.1rc1.v3.4.1rc1
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 efe37a1..fa1c5a9 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.4.0" +IDLE_VERSION = "3.4.1rc1" |