-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Replace `property-manager` with `functools.cached_property` (Python 3.8+) / `cached-property` (pre-Python 3.8) - Open TOML files using UTF-8 (contributed by [@domdfcoding](https://github.com/domdfcoding)) - Get tests to pass on Windows
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
Visit <https://github.com/jwodder/check-wheel-contents> for more information. | ||
""" | ||
|
||
__version__ = "0.3.2.dev1" | ||
__version__ = "0.3.2" | ||
__author__ = "John Thorvald Wodder II" | ||
__author_email__ = "[email protected]" | ||
__license__ = "MIT" | ||
|