diff --git a/HISTORY.rst b/HISTORY.rst index 2e20cc5..a99fb0c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +1.2.0 (2018-03-11) +------------------ + +* Allow sub-second timeout + 1.1.1 (2016-09-05) ------------------ diff --git a/setup.py b/setup.py index cc13926..00fc198 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='timeoutcontext', - version='1.1.1', + version='1.2.0', description="A signal based timeout context manager", long_description=readme + '\n\n' + history, author="Antoine Cezar",