4.2.0
This commit is contained in:
parent
4190710ec4
commit
19497ca229
@ -1,3 +1,7 @@
|
||||
* 4.2.0 - Jun 4 2017
|
||||
- Add "stop" method to StoppableThread (same as previous _stopThread method -
|
||||
but with a 'public' name)
|
||||
|
||||
* 4.1.0 - May 24 2017
|
||||
|
||||
- If func_timeout completes the function call in the alloted time, explicitly
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
'''
|
||||
|
||||
|
||||
__version__ = '4.1.0'
|
||||
__version_tuple__ = (4, 1, 0)
|
||||
__version__ = '4.2.0'
|
||||
__version_tuple__ = (4, 2, 0)
|
||||
|
||||
__all__ = ('func_timeout', 'func_set_timeout', 'FunctionTimedOut')
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user