diff --git a/.docs/README_template.rst b/.docs/README_template.rst index 14109c1..b2d4281 100644 --- a/.docs/README_template.rst +++ b/.docs/README_template.rst @@ -2,7 +2,7 @@ wrapt_timeout_decorator ======================= -Version v1.3.12 as of 2022-05-23 see `Changelog`_ +Version v1.3.12.2 as of 2022-06-02 see `Changelog`_ .. include:: ./badges.rst diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index af40a86..81d21ea 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -182,10 +182,10 @@ jobs: steps: # see : https://github.com/actions/checkout - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setting up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} diff --git a/CHANGES.rst b/CHANGES.rst index fd89f60..f5cd830 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ Changelog ========= +v1.3.12.2 +--------- +2022-06-01: update to github actions checkout@v3 and setup-python@v3 + v1.3.12 -------- 2022-05-23: update requirements.txt diff --git a/README.rst b/README.rst index 6bbdc87..f296e2b 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ wrapt_timeout_decorator ======================= -Version v1.3.12 as of 2022-05-23 see `Changelog`_ +Version v1.3.12.2 as of 2022-06-02 see `Changelog`_ |build_badge| |license| |jupyter| |pypi| |pypi-downloads| |black| @@ -851,6 +851,10 @@ This software is licensed under the `MIT license str: setup_kwargs: Dict[str, Any] = dict() setup_kwargs["name"] = "wrapt_timeout_decorator" -setup_kwargs["version"] = "v1.3.12" +setup_kwargs["version"] = "v1.3.12.2" 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"]} diff --git a/wrapt_timeout_decorator/__init__conf__.py b/wrapt_timeout_decorator/__init__conf__.py index 55c39db..f3039fc 100644 --- a/wrapt_timeout_decorator/__init__conf__.py +++ b/wrapt_timeout_decorator/__init__conf__.py @@ -2,7 +2,7 @@ name = "wrapt_timeout_decorator" title = "The better timout decorator" -version = "v1.3.12" +version = "v1.3.12.2" url = "https://github.com/bitranox/wrapt_timeout_decorator" author = "Robert Nowotny" author_email = "bitranox@gmail.com" @@ -17,7 +17,7 @@ def print_info() -> None: The better timout decorator - Version : v1.3.12 + Version : v1.3.12.2 Url : https://github.com/bitranox/wrapt_timeout_decorator Author : Robert Nowotny Email : bitranox@gmail.com"""