diff options
author | Larry Hastings <larry@hastings.org> | 2014-03-15 22:34:24 -0700 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-03-15 22:34:24 -0700 |
commit | cf1a3cd2c79212aa73678145a4119f5878724602 (patch) | |
tree | 5bed3e11692c356cc6682085610d6281681ed6ed /Lib/idlelib/idlever.py | |
parent | 0548f5c5141b385594b3bad02fa62e8dfe17d51e (diff) | |
download | cpython-git-cf1a3cd2c79212aa73678145a4119f5878724602.tar.gz |
Release bump for 3.4.0 final.
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 d2df47d9a9..efe37a1001 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.4.0rc3" +IDLE_VERSION = "3.4.0" |