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 | |
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')
-rw-r--r-- | Lib/distutils/__init__.py | 2 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index e878281..00a5859 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -13,5 +13,5 @@ used from a setup script as # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.4.3rc1" +__version__ = "3.4.3" #--end constants-- 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" |