diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-11-10 07:46:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-11-10 07:46:48 (GMT) |
commit | 086840ae82da6fa83ef4d8f481fc841e9d72f9c2 (patch) | |
tree | 36e3f8f50288616842bab73c8f822c858a16a9af /Lib/distutils | |
parent | c47d723eb017636aea8504861b4465067aabd9d6 (diff) | |
parent | b70ea07894bc78203c76dc416bbdfe57bec0cb08 (diff) | |
download | cpython-086840ae82da6fa83ef4d8f481fc841e9d72f9c2.zip cpython-086840ae82da6fa83ef4d8f481fc841e9d72f9c2.tar.gz cpython-086840ae82da6fa83ef4d8f481fc841e9d72f9c2.tar.bz2 |
merge 2.7.6 release branch
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 f08f0c5..6e50885 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.6rc1" +__version__ = "2.7.6" #--end constants-- |