mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
Was bumped in the docstring byb9f4feab1b
but not in `__version__` (cherry picked from commit6059ce45aa
)
This commit is contained in:
parent
53039ad381
commit
bb59d89cee
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ __copyright__ = """
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '1.0.7'
|
__version__ = '1.0.8'
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
import sys, os, re, subprocess
|
import sys, os, re, subprocess
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue