mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-27788 : synchronise platform.py version number (#246)
Was bumped in the docstring by b9f4feab1b
but not in `__version__`
This commit is contained in:
committed by
Marc-Andre Lemburg
parent
41cea70aa3
commit
6059ce45aa
@@ -110,7 +110,7 @@ __copyright__ = """
|
||||
|
||||
"""
|
||||
|
||||
__version__ = '1.0.7'
|
||||
__version__ = '1.0.8'
|
||||
|
||||
import collections
|
||||
import sys, os, re, subprocess
|
||||
|
||||
Reference in New Issue
Block a user