Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Jul 5, 2024
1 parent 1a5d323 commit 579423a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
🚀 Changelog
============

0.6.2 (2024-07-05)
------------------

- Add third-party licenses to distributions

0.6.1 (2024-07-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whenever"
version = "0.6.0-beta.1"
version = "0.6.2"
authors = []
description = "Rust extension module for whenever"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ 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 also permissively licensed.
For full details, see the licenses included in the wheels and source distributions.

## Acknowledgements

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
{name = "Arie Bovenberg", email = "[email protected]"},
]
readme = "README.md"
version = "0.6.1"
version = "0.6.2"
description = "Modern datetime library for Python, written in Rust"
requires-python = ">=3.9"
classifiers = [
Expand Down

0 comments on commit 579423a

Please sign in to comment.