Skip to content

Commit

Permalink
v0.6.0 — Exclude toplevel from W005
Browse files Browse the repository at this point in the history
- Support Python 3.12
- Add type annotations to tests
- W005 will no longer fail for common names that are provided to `--toplevel` (contributed by [@gaborbernat](https://github.com/gaborbernat))
  • Loading branch information
jwodder committed Oct 31, 2023
1 parent 3437d6f commit ebe11df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.6.0 (in development)
-----------------------
v0.6.0 (2023-10-31)
-------------------
- Support Python 3.12
- Add type annotations to tests
- W005 will no longer fail for common names that are provided to `--toplevel`
Expand Down
2 changes: 1 addition & 1 deletion src/check_wheel_contents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Visit <https://github.com/jwodder/check-wheel-contents> for more information.
"""

__version__ = "0.6.0.dev1"
__version__ = "0.6.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit ebe11df

Please sign in to comment.