We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a73271 commit c2c7351Copy full SHA for c2c7351
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.6.3 (in development)
2
------------------------
+v0.6.3 (2025-08-02)
+-------------------
3
- Exclude click v8.2.2 from dependencies due to breakage caused by
4
https://github.com/pallets/click/issues/3024
5
src/check_wheel_contents/__init__.py
@@ -12,7 +12,7 @@
12
Visit <https://github.com/jwodder/check-wheel-contents> for more information.
13
"""
14
15
-__version__ = "0.6.3.dev1"
+__version__ = "0.6.3"
16
__author__ = "John Thorvald Wodder II"
17
__author_email__ = "[email protected]"
18
__license__ = "MIT"
0 commit comments