Skip to content

Commit

Permalink
v1.3.0 — Support for wheel v0.33.2
Browse files Browse the repository at this point in the history
- Upgraded `wheel_inspect.SCHEMA` from JSON Schema draft 4 to draft 7
- Don't require directory entries in wheels to be listed in `RECORD`
  • Loading branch information
jwodder committed May 9, 2019
1 parent 81b5b51 commit ef623dc
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 @@
v1.3.0 (in development)
-----------------------
v1.3.0 (2019-05-09)
-------------------
- Upgraded `wheel_inspect.SCHEMA` from JSON Schema draft 4 to draft 7
- Don't require directory entries in wheels to be listed in `RECORD`

Expand Down
2 changes: 1 addition & 1 deletion src/wheel_inspect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .schema import SCHEMA
from .wheelcls import Wheel, inspect_wheel

__version__ = '1.3.0.dev1'
__version__ = '1.3.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = 'wheel-inspect@varonathe.org'
__license__ = 'MIT'
Expand Down

0 comments on commit ef623dc

Please sign in to comment.