Skip to content

Commit f0634d2

Browse files
authored
Update CHANGELOG.md for 4.3.1 (#1706)
1 parent 3b8ab2e commit f0634d2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
114
Version 4.3.0
215
=============
316

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.3.0"
11+
__version__ = "4.3.1"
1212
__all__ = [
1313
"ASCReader",
1414
"ASCWriter",

0 commit comments

Comments
 (0)