diff options
author | Larry Hastings <larry@hastings.org> | 2015-04-19 20:51:40 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-04-19 20:51:40 (GMT) |
commit | 55907f45bb9e0ec7bf19626cb2b307d211475a87 (patch) | |
tree | 27ae884a55205affcb0fe4e22b11719e2decfe52 /Lib/idlelib | |
parent | 770ce204ee7e5c69741282c8c8537055e97a62bd (diff) | |
download | cpython-55907f45bb9e0ec7bf19626cb2b307d211475a87.zip cpython-55907f45bb9e0ec7bf19626cb2b307d211475a87.tar.gz cpython-55907f45bb9e0ec7bf19626cb2b307d211475a87.tar.bz2 |
Version number bump for Python 3.5.0a4.v3.5.0a4
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index f2312c2..c41b499 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.5.0a3" +IDLE_VERSION = "3.5.0a4" |