diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3c79376..fd75256 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ # Release checklist (maintainers only) - [ ] Version updated in ``pyproject.toml`` -- [ ] Version updated in ``src/whenever/__init__.py`` +- [ ] Version updated in ``src/whenever/_pywhenever.py`` - [ ] Version updated in changelog - [ ] Branch merged - [ ] Tag created and pushed diff --git a/README.md b/README.md index 2bdce7b..086e888 100644 --- a/README.md +++ b/README.md @@ -205,8 +205,9 @@ will help you adjust to any API changes. ## License **Whenever** is licensed under the MIT License. -The binary wheels contain Rust dependencies which are licensed under MIT or Apache 2.0. -These licenses are included in the wheels and source distributions. +The binary wheels contain Rust dependencies which are licensed under +similarly permissive licenses (MIT, Apache-2.0, and others). +For more details, see the licenses included in the distribution. ## Acknowledgements diff --git a/pysrc/whenever/_pywhenever.py b/pysrc/whenever/_pywhenever.py index a4923a9..48c4740 100644 --- a/pysrc/whenever/_pywhenever.py +++ b/pysrc/whenever/_pywhenever.py @@ -32,7 +32,7 @@ # - It saves some overhead from __future__ import annotations -__version__ = "0.6.0rc0" +__version__ = "0.6.2" import enum import re