Skip to content

Commit

Permalink
Release version 4.2.0 (#1576)
Browse files Browse the repository at this point in the history
* Set version to 4.2.0
* Update CHANGELOG.md

---------

Co-authored-by: zariiii9003 <52598363+zariiii9003@users.noreply.github.com>
  • Loading branch information
hardbyte and zariiii9003 committed Apr 25, 2023
1 parent af52622 commit 6c820a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -25,10 +25,10 @@ Features
* Add support for version 2 TRC files and other TRC file enhancements (#1530).

### Type Annotations
* Export symbols to satisfy type checkers (#1547, #1551, #1558).
* Export symbols to satisfy type checkers (#1547, #1551, #1558, #1568).

### Interface Improvements
* Add ``__del__`` method to ``can.BusABC`` to automatically release resources (#1489).
* Add ``__del__`` method to ``can.BusABC`` to automatically release resources (#1489, #1564).
* pcan: Update PCAN Basic to 4.6.2.753 (#1481).
* pcan: Use select instead of polling on Linux (#1410).
* socketcan: Use ip link JSON output in ``find_available_interfaces`` (#1478).
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.2.0rc0"
__version__ = "4.2.0"
__all__ = [
"ASCReader",
"ASCWriter",
Expand Down

0 comments on commit 6c820a1

Please sign in to comment.