diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-02-06 16:37:32 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-02-06 16:37:32 (GMT) |
commit | a7be9d240a9ccd06010384c986f505acf084b6b2 (patch) | |
tree | aa59614d97a5d134282e1a751ddecf7b20c83ced /Lib | |
parent | b79dc307ad9ccf963286a785202b97035f121dec (diff) | |
download | cpython-a7be9d240a9ccd06010384c986f505acf084b6b2.zip cpython-a7be9d240a9ccd06010384c986f505acf084b6b2.tar.gz cpython-a7be9d240a9ccd06010384c986f505acf084b6b2.tar.bz2 |
bump version to 2.7a3v2.7a3
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 55aaf81..977643b 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "2.7a2" +__version__ = "2.7a3" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 5ae4425..fd1b10f 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7a2" +IDLE_VERSION = "2.7a3" |