From 8cdd8f85d740e8ad995141766573ede57baa5770 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 22 Feb 2017 22:23:17 -0800 Subject: [PATCH] bpo-27788 : synchronise platform.py version number Was bumped in the docstring by b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a but not in `__version__` --- Lib/platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/platform.py b/Lib/platform.py index e48ad0b6e7bdea..062347537531ba 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -110,7 +110,7 @@ """ -__version__ = '1.0.7' +__version__ = '1.0.8' import collections import sys, os, re, subprocess