From: Matthias Bussonnier Date: Fri, 24 Feb 2017 10:47:34 +0000 (-0800) Subject: bpo-27788 : synchronise platform.py version number (#246) X-Git-Tag: v3.7.0a1~1290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6059ce45aa96f52fa0150e68ea655fbfdc25609a;p=python bpo-27788 : synchronise platform.py version number (#246) Was bumped in the docstring by b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a but not in `__version__` --- diff --git a/Lib/platform.py b/Lib/platform.py index e48ad0b6e7..0623475375 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -110,7 +110,7 @@ __copyright__ = """ """ -__version__ = '1.0.7' +__version__ = '1.0.8' import collections import sys, os, re, subprocess