Skip to content

Commit

Permalink
update CHANGELOG.md for 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Dec 10, 2023
1 parent 3b8ab2e commit 1fe25ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 4.3.1
=============

Bug Fixes
---------
* Fix socketcand erroneously discarding frames (#1700)
* Fix initialization order in EtasBus (#1693, #1704)

Documentation
-------------
* Fix install instructions for neovi (#1694, #1697)


Version 4.3.0
=============

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.3.0"
__version__ = "4.3.1"
__all__ = [
"ASCReader",
"ASCWriter",
Expand Down

0 comments on commit 1fe25ed

Please sign in to comment.