Skip to content

Commit

Permalink
4.1.0-a2 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Nov 24, 2022
1 parent 3af5270 commit e448334
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion can/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import logging
from typing import Dict, Any

__version__ = "4.1.0a1"
__version__ = "4.1.0a2"

log = logging.getLogger("can")

Expand Down
15 changes: 0 additions & 15 deletions can/logger.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
"""
logger.py logs CAN traffic to the terminal and to a file on disk.
logger.py can0
See candump in the can-utils package for a C implementation.
Efficient filtering has been implemented for the socketcan backend.
For example the command
logger.py can0 F03000:FFF000
Will filter for can frames with a can_id containing XXF03XXX.
Dynamic Controls 2010
"""
import re
import sys
import argparse
Expand Down

0 comments on commit e448334

Please sign in to comment.