We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8ab2e commit f0634d2Copy full SHA for f0634d2
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+Version 4.3.1
2
+=============
3
+
4
+Bug Fixes
5
+---------
6
+* Fix socketcand erroneously discarding frames (#1700)
7
+* Fix initialization order in EtasBus (#1693, #1704)
8
9
+Documentation
10
+-------------
11
+* Fix install instructions for neovi (#1694, #1697)
12
13
14
Version 4.3.0
15
=============
16
can/__init__.py
@@ -8,7 +8,7 @@
import logging
from typing import Any, Dict
-__version__ = "4.3.0"
+__version__ = "4.3.1"
__all__ = [
"ASCReader",
"ASCWriter",
0 commit comments