Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jul 30, 2020
1 parent baf37e5 commit d08ad0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ vininfo changelog
=================


Unreleased
----------
v1.4.1 [2020-07-30]
-------------------
* Fixed TypeError with some VINs (closes #6).


Expand Down
2 changes: 1 addition & 1 deletion vininfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .exceptions import ValidationError, VininfoException


VERSION = (1, 4, 0)
VERSION = (1, 4, 1)
"""Application version number tuple."""

VERSION_STR = '.'.join(map(str, VERSION))
Expand Down

0 comments on commit d08ad0d

Please sign in to comment.