]> granicus.if.org Git - python/commitdiff
bpo-27788 : synchronise platform.py version number (#246) (#341)
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 27 Feb 2017 16:14:11 +0000 (19:14 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Feb 2017 16:14:11 +0000 (19:14 +0300)
Was bumped in the docstring by b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a
but not in `__version__`

(cherry picked from commit 6059ce45aa96f52fa0150e68ea655fbfdc25609a)

Lib/platform.py

index e48ad0b6e7bdea08a0cb7f3408223e3f05e7e895..062347537531bae6bc6e2fcbf152159abced7b98 100755 (executable)
@@ -110,7 +110,7 @@ __copyright__ = """
 
 """
 
-__version__ = '1.0.7'
+__version__ = '1.0.8'
 
 import collections
 import sys, os, re, subprocess