Skip to content

Commit

Permalink
Small updates to metadata and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Jul 10, 2024
1 parent 6b06aa9 commit 8095fa5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pysrc/whenever/_pywhenever.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# - It saves some overhead
from __future__ import annotations

__version__ = "0.6.0rc0"
__version__ = "0.6.2"

import enum
import re
Expand Down

0 comments on commit 8095fa5

Please sign in to comment.