diff options
| author | Benjamin Peterson <benjamin@python.org> | 2015-05-23 16:02:14 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2015-05-23 16:02:14 (GMT) |
| commit | 5a29c5cc452e3fa52f48581094c7125d94d65cf6 (patch) | |
| tree | c4ef46bac48ae4d3b0c244c679ad25d395f28aae /Lib | |
| parent | ec7abfb58fdf8ab6d1af1aba4731bf149a7d485e (diff) | |
| download | cpython-2.7.10.zip cpython-2.7.10.tar.gz cpython-2.7.10.tar.bz2 | |
python 2.7.10 finalv2.7.10
Diffstat (limited to 'Lib')
| -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 90f438d..03708963 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.10rc1" +__version__ = "2.7.10" #--end constants-- |
