Skip to content

Commit 6059ce4

Browse files
Carreaumalemburg
authored andcommitted
bpo-27788 : synchronise platform.py version number (#246)
Was bumped in the docstring by b9f4fea but not in `__version__`
1 parent 41cea70 commit 6059ce4

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)