diff options
author | Larry Hastings <larry@hastings.org> | 2015-02-23 07:55:39 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-02-23 07:55:39 (GMT) |
commit | fc8eda5ad8418fafbd9139566cb6f019d9fbcfdb (patch) | |
tree | 900c13a3a500d891617523ae148ae24f17d88b94 /Lib/idlelib | |
parent | e1642419b184eca9527eb8f62bcbc2890b06d1fc (diff) | |
download | cpython-fc8eda5ad8418fafbd9139566cb6f019d9fbcfdb.zip cpython-fc8eda5ad8418fafbd9139566cb6f019d9fbcfdb.tar.gz cpython-fc8eda5ad8418fafbd9139566cb6f019d9fbcfdb.tar.bz2 |
Release bump for 3.4.3 final.
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 87d84fc..6975f5e 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.4.3rc1" +IDLE_VERSION = "3.4.3" |