Skip to content

Commit

Permalink
v1.4.1 — Dependency Hades
Browse files Browse the repository at this point in the history
- Drop support for Python 3.4
- Update `property-manager` dependency, thereby eliminating a DeprecationWarning
  • Loading branch information
jwodder committed Mar 12, 2020
1 parent 90d9267 commit 20357e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
v1.5.0 (in development)
-----------------------
v1.4.1 (2020-03-12)
-------------------
- Drop support for Python 3.4
- Update `property-manager` dependency, thereby eliminating a
DeprecationWarning


v1.4.0 (2020-01-25)
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.5.0.dev1'
__version__ = '1.4.1'
__author__ = 'John Thorvald Wodder II'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ parallel = True
[coverage:paths]
source =
src
### TODO: Look into replacing the below two lines with
### "{envsitepackagesdir}" (or "{envsitepackagesdir}/wheel_inspect"?); the
### downside is that the coverage report then insists on prepending
### {envsitepackagesdir} to all filenames
.tox/*/lib/python*/site-packages
.tox/pypy*/site-packages

Expand Down

0 comments on commit 20357e4

Please sign in to comment.