Skip to content

Commit be774db

Browse files
committed
4.1.0-a2 version bump
1 parent 485b1b4 commit be774db

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

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 Dict, Any
1010

11-
__version__ = "4.1.0a1"
11+
__version__ = "4.1.0a2"
1212

1313
log = logging.getLogger("can")
1414

can/logger.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
"""
2-
logger.py logs CAN traffic to the terminal and to a file on disk.
3-
4-
logger.py can0
5-
6-
See candump in the can-utils package for a C implementation.
7-
Efficient filtering has been implemented for the socketcan backend.
8-
For example the command
9-
10-
logger.py can0 F03000:FFF000
11-
12-
Will filter for can frames with a can_id containing XXF03XXX.
13-
14-
Dynamic Controls 2010
15-
"""
161
import re
172
import sys
183
import argparse

0 commit comments

Comments
 (0)