diff options
author | Larry Hastings <larry@hastings.org> | 2014-02-23 08:18:24 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-02-23 08:18:24 (GMT) |
commit | f34177a6f9fd7d8afa38f20dd18721a34f808f96 (patch) | |
tree | ed9cc8812342e616f860e4c8fe489b3db7df9ce1 /Lib | |
parent | 209c043c10f6c35d51714c6dfa4307e5e68f141d (diff) | |
download | cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.zip cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.tar.gz cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.tar.bz2 |
Version bump for Python 3.4.0rc2.v3.4.0rc2
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 4c716e2..c03185b 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.0rc1" +__version__ = "3.4.0rc2" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 8646baa..38dbbcb 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.4.0rc1" +IDLE_VERSION = "3.4.0rc2" |