bpo-27788 : synchronise platform.py version number (#246) · python/cpython@6059ce4 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 6059ce4

Carreaumalemburg

authored and

committed

bpo-27788 : synchronise platform.py version number (#246)

Was bumped in the docstring by b9f4feabut not in `__version__`

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@
110 110
111 111 """
112 112
113 -__version__ = '1.0.7'
113 +__version__ = '1.0.8'
114 114
115 115 import collections
116 116 import sys, os, re, subprocess