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/distutils | |
parent | ef2436fb1ce7a616d830be0de21a3545a5c0b7f0 (diff) | |
download | cpython-07ffc78c9a0ae051046bf30c61735c465ebfe1c9.zip cpython-07ffc78c9a0ae051046bf30c61735c465ebfe1c9.tar.gz cpython-07ffc78c9a0ae051046bf30c61735c465ebfe1c9.tar.bz2 |
2.7.6rc1v2.7.6rc1
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 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-- |