File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ wrapt_timeout_decorator
22=======================
33
44
5- Version v1.3.3 as of 2022-03-10 see `Changelog `_
5+ Version v1.3.4 as of 2022-03-23 see `Changelog `_
66
77
88.. include :: ./badges.rst
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ wrapt_timeout_decorator
22=======================
33
44
5- Version v1.3.3 as of 2022-03-10 see `Changelog `_
5+ Version v1.3.4 as of 2022-03-23 see `Changelog `_
66
77|build_badge | |license | |jupyter | |pypi | |pypi-downloads | |black |
88
@@ -844,6 +844,10 @@ This software is licensed under the `MIT license <http://en.wikipedia.org/wiki/M
844844Changelog
845845=========
846846
847+ v1.3.4
848+ -------
849+ 2022-03-23: extend time on test_timeout_ok_timeout_as_kwarg - github macos seems to be slow, so sometimes that test fails
850+
847851v1.3.3
848852-------
8498532022-03-10: extend time on test_timeout_alternate_exception - github macos seems to be slow, so sometimes that test fails
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def get_line_data(line: str) -> str:
8484
8585setup_kwargs : Dict [str , Any ] = dict ()
8686setup_kwargs ["name" ] = "wrapt_timeout_decorator"
87- setup_kwargs ["version" ] = "v1.3.3 "
87+ setup_kwargs ["version" ] = "v1.3.4 "
8888setup_kwargs ["url" ] = "https://github.com/bitranox/wrapt_timeout_decorator"
8989setup_kwargs ["packages" ] = find_packages ()
9090setup_kwargs ["package_data" ] = {"wrapt_timeout_decorator" : ["py.typed" , "*.pyi" , "__init__.pyi" ]}
Original file line number Diff line number Diff line change 22
33name = "wrapt_timeout_decorator"
44title = "The better timout decorator"
5- version = "v1.3.3 "
5+ version = "v1.3.4 "
66url = "https://github.com/bitranox/wrapt_timeout_decorator"
77author = "Robert Nowotny"
88author_email = "bitranox@gmail.com"
@@ -17,7 +17,7 @@ def print_info() -> None:
1717
1818 The better timout decorator
1919
20- Version : v1.3.3
20+ Version : v1.3.4
2121 Url : https://github.com/bitranox/wrapt_timeout_decorator
2222 Author : Robert Nowotny
2323 Email : bitranox@gmail.com"""
You can’t perform that action at this time.
0 commit comments