Skip to content

Commit dc0ae68

Browse files
authored
update CHANGELOG.md and version to 4.2.2 (#1615)
1 parent 67324f1 commit dc0ae68

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 4.2.2
2+
=============
3+
4+
Bug Fixes
5+
---------
6+
* Fix socketcan KeyError (#1598, #1599).
7+
* Fix IXXAT not properly shutdown message (#1606).
8+
* Fix Mf4Reader and TRCReader incompatibility with extra CLI args (#1610).
9+
* Fix decoding error in Kvaser constructor for non-ASCII product name (#1613).
10+
11+
112
Version 4.2.1
213
=============
314

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import logging
99
from typing import Any, Dict
1010

11-
__version__ = "4.2.1"
11+
__version__ = "4.2.2"
1212
__all__ = [
1313
"ASCReader",
1414
"ASCWriter",

0 commit comments

Comments
 (0)