diff options
author | Larry Hastings <larry@hastings.org> | 2013-09-07 23:42:07 +1200 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2013-09-07 23:42:07 +1200 |
commit | 3a2d18b7d7af0bc395b2c76c009be2f2435556be (patch) | |
tree | cf47ab08cb5969fe84881ff4394b78c4c37dbc16 /Lib/idlelib/idlever.py | |
parent | f1ffa3f918983dd7a6178ea25b650cc1f4c05b12 (diff) | |
download | cpython-git-3a2d18b7d7af0bc395b2c76c009be2f2435556be.tar.gz |
Version number bump for Python 3.4.0a2.v3.4.0a2
Diffstat (limited to 'Lib/idlelib/idlever.py')
-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 8cd1c0faed..3ba15e08f2 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.4.0a1" +IDLE_VERSION = "3.4.0a2" |