Skip to content

Commit bc3f955

Browse files
authored
Release version 4.3.0 (#1688)
1 parent 5c1c46f commit bc3f955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 4.3.0rc0
2-
===========
1+
Version 4.3.0
2+
=============
33

44
Breaking Changes
55
----------------

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

0 commit comments

Comments
 (0)