Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
---------
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``
  • Loading branch information
bitranox committed Feb 27, 2024
1 parent 05e550a commit ee5200d
Show file tree
Hide file tree
Showing 5 changed files with 21 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.4.1 as of 2024-02-27 see `Changelog`_
Version v1.5.0 as of 2024-02-27 see `Changelog`_


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

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``

v1.4.1
---------
2024-01-10:
Expand Down
10 changes: 9 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.4.1 as of 2024-02-27 see `Changelog`_
Version v1.5.0 as of 2024-02-27 see `Changelog`_

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

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``

v1.4.1
---------
2024-01-10:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"psutil",
"wrapt",
]
version = "v1.4.1"
version = "v1.5.0"
# seems to be not allowed anymore
# zip-save = false

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.4.1'
version = 'v1.5.0'
url = 'https://github.com/bitranox/wrapt_timeout_decorator'
author = 'Robert Nowotny'
author_email = '[email protected]'
Expand All @@ -16,7 +16,7 @@ def print_info() -> None:
The better timout decorator
Version : v1.4.1
Version : v1.5.0
Url : https://github.com/bitranox/wrapt_timeout_decorator
Author : Robert Nowotny
Email : [email protected]""")

0 comments on commit ee5200d

Please sign in to comment.