Skip to content

Commit 9d571c2

Browse files
committed
v0.4.0 — Python updates
- Drop support for Python 3.6 - Support Python 3.11 - Use `tomllib` on Python 3.11
1 parent 4011e6b commit 9d571c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.4.0 (in development)
2-
-----------------------
1+
v0.4.0 (2022-10-25)
2+
-------------------
33
- Drop support for Python 3.6
44
- Support Python 3.11
55
- Use `tomllib` on Python 3.11

src/check_wheel_contents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Visit <https://github.com/jwodder/check-wheel-contents> for more information.
1313
"""
1414

15-
__version__ = "0.4.0.dev1"
15+
__version__ = "0.4.0"
1616
__author__ = "John Thorvald Wodder II"
1717
__author_email__ = "[email protected]"
1818
__license__ = "MIT"

0 commit comments

Comments
 (0)