Skip to content

Commit 013f056

Browse files
committed
v1.3.4
------- 2022-03-23: extend time on test_timeout_ok_timeout_as_kwarg - github macos seems to be slow, so sometimes that test fails
1 parent 6b2bce2 commit 013f056

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.docs/README_template.rst

+1-1
Original file line numberDiff line numberDiff 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

README.rst

+5-1
Original file line numberDiff line numberDiff 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
844844
Changelog
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+
847851
v1.3.3
848852
-------
849853
2022-03-10: extend time on test_timeout_alternate_exception - github macos seems to be slow, so sometimes that test fails

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def get_line_data(line: str) -> str:
8484

8585
setup_kwargs: Dict[str, Any] = dict()
8686
setup_kwargs["name"] = "wrapt_timeout_decorator"
87-
setup_kwargs["version"] = "v1.3.3"
87+
setup_kwargs["version"] = "v1.3.4"
8888
setup_kwargs["url"] = "https://github.com/bitranox/wrapt_timeout_decorator"
8989
setup_kwargs["packages"] = find_packages()
9090
setup_kwargs["package_data"] = {"wrapt_timeout_decorator": ["py.typed", "*.pyi", "__init__.pyi"]}

wrapt_timeout_decorator/__init__conf__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "wrapt_timeout_decorator"
44
title = "The better timout decorator"
5-
version = "v1.3.3"
5+
version = "v1.3.4"
66
url = "https://github.com/bitranox/wrapt_timeout_decorator"
77
author = "Robert Nowotny"
88
author_email = "[email protected]"
@@ -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 : [email protected]"""

0 commit comments

Comments
 (0)