Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
-------
2022-03-10: extend time on test_timeout_alternate_exception - github macos seems to be slow, so sometimes that test fails
  • Loading branch information
bitranox committed Mar 10, 2022
1 parent 6d1fb13 commit 529a103
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .docs/README_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ wrapt_timeout_decorator
=======================


Version v1.3.2 as of 2022-03-02 see `Changelog`_
Version v1.3.3 as of 2022-03-10 see `Changelog`_


.. include:: ./badges.rst
Expand Down
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ wrapt_timeout_decorator
=======================


Version v1.3.2 as of 2022-03-02 see `Changelog`_
Version v1.3.3 as of 2022-03-10 see `Changelog`_

|build_badge| |license| |jupyter| |pypi| |pypi-downloads| |black|

Expand Down Expand Up @@ -844,6 +844,10 @@ This software is licensed under the `MIT license <http://en.wikipedia.org/wiki/M
Changelog
=========

v1.3.3
-------
2022-03-10: extend time on test_timeout_alternate_exception - github macos seems to be slow, so sometimes that test fails

v1.3.2
-------
2022-03-01: github actions pipeline, codestyle black, fix requirements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_line_data(line: str) -> str:

setup_kwargs: Dict[str, Any] = dict()
setup_kwargs["name"] = "wrapt_timeout_decorator"
setup_kwargs["version"] = "v1.3.2"
setup_kwargs["version"] = "v1.3.3"
setup_kwargs["url"] = "https://github.com/bitranox/wrapt_timeout_decorator"
setup_kwargs["packages"] = find_packages()
setup_kwargs["package_data"] = {"wrapt_timeout_decorator": ["py.typed", "*.pyi", "__init__.pyi"]}
Expand Down
4 changes: 2 additions & 2 deletions wrapt_timeout_decorator/__init__conf__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "wrapt_timeout_decorator"
title = "The better timout decorator"
version = "v1.3.2"
version = "v1.3.3"
url = "https://github.com/bitranox/wrapt_timeout_decorator"
author = "Robert Nowotny"
author_email = "[email protected]"
Expand All @@ -17,7 +17,7 @@ def print_info() -> None:
The better timout decorator
Version : v1.3.2
Version : v1.3.3
Url : https://github.com/bitranox/wrapt_timeout_decorator
Author : Robert Nowotny
Email : [email protected]"""
Expand Down

0 comments on commit 529a103

Please sign in to comment.