projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41cea70
)
bpo-27788 : synchronise platform.py version number (#246)
author
Matthias Bussonnier
<bussonniermatthias@gmail.com>
Fri, 24 Feb 2017 10:47:34 +0000
(
02:47
-0800)
committer
Marc-Andre Lemburg
<mal@lemburg.com>
Fri, 24 Feb 2017 10:47:34 +0000
(11:47 +0100)
Was bumped in the docstring by
b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a
but not in `__version__`
Lib/platform.py
patch
|
blob
|
history
diff --git
a/Lib/platform.py
b/Lib/platform.py
index e48ad0b6e7bdea08a0cb7f3408223e3f05e7e895..062347537531bae6bc6e2fcbf152159abced7b98 100755
(executable)
--- a/
Lib/platform.py
+++ b/
Lib/platform.py
@@
-110,7
+110,7
@@
__copyright__ = """
"""
-__version__ = '1.0.
7
'
+__version__ = '1.0.
8
'
import collections
import sys, os, re, subprocess