We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1c46f commit bc3f955Copy full SHA for bc3f955
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-Version 4.3.0rc0
2
-===========
+Version 4.3.0
+=============
3
4
Breaking Changes
5
----------------
can/__init__.py
@@ -8,7 +8,7 @@
8
import logging
9
from typing import Any, Dict
10
11
-__version__ = "4.3.0rc0"
+__version__ = "4.3.0"
12
__all__ = [
13
"ASCReader",
14
"ASCWriter",
0 commit comments