Skip to content

Commit

Permalink
v1.3.12
Browse files Browse the repository at this point in the history
--------
2022-05-23: update requirements.txt
  • Loading branch information
bitranox committed May 23, 2022
1 parent 715a96f commit 093dfbc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 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.11 as of 2022-05-23 see `Changelog`_
Version v1.3.12 as of 2022-05-23 see `Changelog`_


.. include:: ./badges.rst
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

v1.3.12
--------
2022-05-23: update requirements.txt

v1.3.11
--------
2022-05-23:
Expand Down
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ wrapt_timeout_decorator
=======================


Version v1.3.11 as of 2022-05-23 see `Changelog`_
Version v1.3.12 as of 2022-05-23 see `Changelog`_

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

Expand Down Expand Up @@ -826,9 +826,7 @@ following modules will be automatically installed :
# class decorators are failing on windows with dill 0.3.5, 0.3.5.1
dill>0.3.0,<0.3.5;sys_platform=="win32"
dill;sys_platform=="linux"
dill;sys_platform=="darwin"
dill;sys_platform!="win32"
multiprocess
wrapt
Expand All @@ -853,6 +851,10 @@ This software is licensed under the `MIT license <http://en.wikipedia.org/wiki/M
Changelog
=========

v1.3.12
--------
2022-05-23: update requirements.txt

v1.3.11
--------
2022-05-23:
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.11"
setup_kwargs["version"] = "v1.3.12"
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.11"
version = "v1.3.12"
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.11
Version : v1.3.12
Url : https://github.com/bitranox/wrapt_timeout_decorator
Author : Robert Nowotny
Email : [email protected]"""
Expand Down

0 comments on commit 093dfbc

Please sign in to comment.