Skip to content

Commit bb59d89

Browse files
authored
bpo-27788 : synchronise platform.py version number (#246) (#341)
Was bumped in the docstring by b9f4fea but not in `__version__` (cherry picked from commit 6059ce4)
1 parent 53039ad commit bb59d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
111111
"""
112112

113-
__version__ = '1.0.7'
113+
__version__ = '1.0.8'
114114

115115
import collections
116116
import sys, os, re, subprocess

0 commit comments

Comments
 (0)