diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-11-03 06:21:37 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-11-03 06:21:37 (GMT) |
commit | 9f41f3a1926eaa7bf90ceb849f1ba07890031c3e (patch) | |
tree | 0dd45bdc4fa7e5a3cf757873798bfe3d3155821e /Lib/idlelib/idlever.py | |
parent | 7b2563bc802c00b13b4411b020b501763efebf23 (diff) | |
download | cpython-9f41f3a1926eaa7bf90ceb849f1ba07890031c3e.zip cpython-9f41f3a1926eaa7bf90ceb849f1ba07890031c3e.tar.gz cpython-9f41f3a1926eaa7bf90ceb849f1ba07890031c3e.tar.bz2 |
release shenanigans
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 8bceaf8..d1092fa 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1a3" +IDLE_VERSION = "1.1b2" |