Skip to content

Commit ee5200d

Browse files
committed
v1.5.0
--------- 2024-02-27: - thanks to `Alberto Ornaghi: <https://github.com/alor>`_ - parameter ``dec_mp_reset_signals`` - restores the default behavior of signal handlers on multiprocessing ``fork`` - suitible especially for ``FastAPI`` and ``Uvicorn``
1 parent 05e550a commit ee5200d

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

.docs/README_template.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ wrapt_timeout_decorator
22
=======================
33

44

5-
Version v1.4.1 as of 2024-02-27 see `Changelog`_
5+
Version v1.5.0 as of 2024-02-27 see `Changelog`_
66

77

88
.. include:: ./badges.rst

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
v1.5.0
5+
---------
6+
2024-02-27:
7+
- thanks to `Alberto Ornaghi: <https://github.com/alor>`_
8+
- parameter ``dec_mp_reset_signals``
9+
- restores the default behavior of signal handlers on multiprocessing ``fork``
10+
- suitible especially for ``FastAPI`` and ``Uvicorn``
11+
412
v1.4.1
513
---------
614
2024-01-10:

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ wrapt_timeout_decorator
22
=======================
33

44

5-
Version v1.4.1 as of 2024-02-27 see `Changelog`_
5+
Version v1.5.0 as of 2024-02-27 see `Changelog`_
66

77
|build_badge| |codeql| |license| |jupyter| |pypi|
88
|pypi-downloads| |black| |codecov| |cc_maintain| |cc_issues| |cc_coverage| |snyk|
@@ -992,6 +992,14 @@ This software is licensed under the `MIT license <http://en.wikipedia.org/wiki/M
992992
Changelog
993993
=========
994994

995+
v1.5.0
996+
---------
997+
2024-02-27:
998+
- thanks to `Alberto Ornaghi: <https://github.com/alor>`_
999+
- parameter ``dec_mp_reset_signals``
1000+
- restores the default behavior of signal handlers on multiprocessing ``fork``
1001+
- suitible especially for ``FastAPI`` and ``Uvicorn``
1002+
9951003
v1.4.1
9961004
---------
9971005
2024-01-10:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"psutil",
3535
"wrapt",
3636
]
37-
version = "v1.4.1"
37+
version = "v1.5.0"
3838
# seems to be not allowed anymore
3939
# zip-save = false
4040

wrapt_timeout_decorator/__init__conf__.py

Lines changed: 2 additions & 2 deletions
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.4.1'
5+
version = 'v1.5.0'
66
url = 'https://github.com/bitranox/wrapt_timeout_decorator'
77
author = 'Robert Nowotny'
88
author_email = '[email protected]'
@@ -16,7 +16,7 @@ def print_info() -> None:
1616
1717
The better timout decorator
1818
19-
Version : v1.4.1
19+
Version : v1.5.0
2020
Url : https://github.com/bitranox/wrapt_timeout_decorator
2121
Author : Robert Nowotny
2222
Email : [email protected]""")

0 commit comments

Comments
 (0)