Skip to content

Commit

Permalink
Release version 4.3.0 (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Nov 16, 2023
1 parent 5c1c46f commit bc3f955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,5 @@
Version 4.3.0rc0
===========
Version 4.3.0
=============

Breaking Changes
----------------
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.0rc0"
__version__ = "4.3.0"
__all__ = [
"ASCReader",
"ASCWriter",
Expand Down

0 comments on commit bc3f955

Please sign in to comment.