diff options
| author | Larry Hastings <larry@hastings.org> | 2014-03-17 06:05:59 (GMT) |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2014-03-17 06:05:59 (GMT) |
| commit | f5002bd6ac961b45dea14ec34a8802fa65cacbde (patch) | |
| tree | 7d43e5c2fab4ce9bdf6040f7bf0a5f91379d346e /Lib | |
| parent | d922dc47002248513215e511805095788e81eac4 (diff) | |
| download | cpython-f5002bd6ac961b45dea14ec34a8802fa65cacbde.zip cpython-f5002bd6ac961b45dea14ec34a8802fa65cacbde.tar.gz cpython-f5002bd6ac961b45dea14ec34a8802fa65cacbde.tar.bz2 | |
Version bump to 3.5, step 2.
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..328bea6 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.5.0a0" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 8646baa..d4178b8 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.4.0rc1" +IDLE_VERSION = "3.5.0a0" |
