diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-26 18:57:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-26 18:57:21 (GMT) |
commit | 07ffc78c9a0ae051046bf30c61735c465ebfe1c9 (patch) | |
tree | 9092bee89fcac209ffebb3399d75388f3ef9a7bd /Lib | |
parent | ef2436fb1ce7a616d830be0de21a3545a5c0b7f0 (diff) | |
download | cpython-07ffc78c9a0ae051046bf30c61735c465ebfe1c9.zip cpython-07ffc78c9a0ae051046bf30c61735c465ebfe1c9.tar.gz cpython-07ffc78c9a0ae051046bf30c61735c465ebfe1c9.tar.bz2 |
2.7.6rc1v2.7.6rc1
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 98f4bb3..f08f0c5 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.7.5" +__version__ = "2.7.6rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 481afab..d0a67ef 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.5" +IDLE_VERSION = "2.7.6rc1" |