diff options
| author | Larry Hastings <larry@hastings.org> | 2013-10-20 09:01:29 (GMT) |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2013-10-20 09:01:29 (GMT) |
| commit | bd61c3ae1f45c402d8e09fdebeeabbe68132bb52 (patch) | |
| tree | efa259f965bbdb970181357c031a7a81e16fd09d /Lib | |
| parent | f32ce7fd31779e33d326e527f690afa4f892297d (diff) | |
| download | cpython-3.4.0a4.zip cpython-3.4.0a4.tar.gz cpython-3.4.0a4.tar.bz2 | |
Version bump for 3.4.0a4.v3.4.0a4
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 cc18893..355542e 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.0a3" +__version__ = "3.4.0a4" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index e15a0a2..fed9779 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.4.0a3" +IDLE_VERSION = "3.4.0a4" |
