Skip to content

Commit

Permalink
v0.2.0 — Support differently-normalized wheel and .dist-info names
Browse files Browse the repository at this point in the history
- Paths passed to `src_dir` in a configuration file are now required to be directories
- Support Python 3.9
- Support wheels whose filenames, `.dist-info` directories, and `.data` directories use different casings/spellings for the project name and/or version
- Drop `read_version` build dependency
  • Loading branch information
jwodder committed Nov 7, 2020
1 parent 7eb5d2a commit 43405cb
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.2.0 (in development)
-----------------------
v0.2.0 (2020-11-07)
-------------------
- Paths passed to `src_dir` in a configuration file are now required to be
directories
- Support Python 3.9
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.2.0.dev1'
__version__ = '0.2.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 43405cb

Please sign in to comment.