Skip to content

Commit

Permalink
update CHANGELOG.md and version to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Jun 18, 2023
1 parent a786925 commit 8ef0c31
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 4.2.2
=============

Bug Fixes
---------
* Fix socketcan KeyError (#1598, #1599).
* Fix IXXAT not properly shutdown message (#1606).
* Fix Mf4Reader and TRCReader incompatibility with extra CLI args (#1610).
* Fix decoding error in Kvaser constructor for non-ASCII product name (#1613).


Version 4.2.1
=============

Expand Down
2 changes: 1 addition & 1 deletion can/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import logging
from typing import Any, Dict

__version__ = "4.2.1"
__version__ = "4.2.2"
__all__ = [
"ASCReader",
"ASCWriter",
Expand Down

0 comments on commit 8ef0c31

Please sign in to comment.