summaryrefslogtreecommitdiff
path: root/Lib/platform.py
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2017-02-24 02:47:34 -0800
committerMarc-Andre Lemburg <mal@lemburg.com>2017-02-24 11:47:34 +0100
commit6059ce45aa96f52fa0150e68ea655fbfdc25609a (patch)
tree4b39ee6a0d212ff037b8315cc0f072f892b0db60 /Lib/platform.py
parent41cea70aa38de50c1d714209aa2b7694d86a7e0c (diff)
downloadcpython-git-6059ce45aa96f52fa0150e68ea655fbfdc25609a.tar.gz
bpo-27788 : synchronise platform.py version number (#246)
Was bumped in the docstring by b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a but not in `__version__`
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-xLib/platform.py2
1 files changed, 1 insertions, 1 deletions
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