Skip to content

Commit

Permalink
Update CHANGELOG.md for 4.3.1 (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Dec 12, 2023
1 parent 3b8ab2e commit f0634d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -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
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 f0634d2

Please sign in to comment.