Skip to content

Commit 6c820a1

Browse files
Release version 4.2.0 (#1576)
* Set version to 4.2.0 * Update CHANGELOG.md --------- Co-authored-by: zariiii9003 <[email protected]>
1 parent af52622 commit 6c820a1

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
@@ -25,10 +25,10 @@ Features
2525
* Add support for version 2 TRC files and other TRC file enhancements (#1530).
2626

2727
### Type Annotations
28-
* Export symbols to satisfy type checkers (#1547, #1551, #1558).
28+
* Export symbols to satisfy type checkers (#1547, #1551, #1558, #1568).
2929

3030
### Interface Improvements
31-
* Add ``__del__`` method to ``can.BusABC`` to automatically release resources (#1489).
31+
* Add ``__del__`` method to ``can.BusABC`` to automatically release resources (#1489, #1564).
3232
* pcan: Update PCAN Basic to 4.6.2.753 (#1481).
3333
* pcan: Use select instead of polling on Linux (#1410).
3434
* socketcan: Use ip link JSON output in ``find_available_interfaces`` (#1478).

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

0 commit comments

Comments
 (0)