Skip to content

Commit a38b61b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/platform.py

Lines changed: 1 addition & 1 deletion
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)