diff options
| author | Larry Hastings <larry@hastings.org> | 2014-09-21 00:09:56 +0100 |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2014-09-21 00:09:56 +0100 |
| commit | 03776e33a9622dfad145eef71745faa7633d1b89 (patch) | |
| tree | 0a948e9f52d242ed6229cbba7b701cd77b588bae /Lib | |
| parent | 43a4f7046cbf26ede51929d903c24e320ec1186d (diff) | |
| download | cpython-git-03776e33a9622dfad145eef71745faa7633d1b89.tar.gz | |
Bump version number for 3.4.2rc1 release.v3.4.2rc1
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 9463a35c79..750a5033ac 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.1" +__version__ = "3.4.2rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 22acb413d9..3f42fdaadf 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.4.1" +IDLE_VERSION = "3.4.2rc1" |
