File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11Version 3.3.3
22====
33
4- Backported fixes from Python 3 only 4.x development.
4+ Backported fixes from 4.x development branch which targets Python 3 .
55
6- * #798 Backport caching msg.data value in neovi interface
7- * #796 Fix Vector CANlib treatment of empty app name
8- * #771 Handle empty CSV file
6+ * #798 Backport caching msg.data value in neovi interface.
7+ * #796 Fix Vector CANlib treatment of empty app name.
8+ * #771 Handle empty CSV file.
9+ * #741 ASCII reader can now handle FD frames.
910* #740 Exclude test packages from distribution.
1011* #713 RTR crash fix in canutils log reader parsing RTR frames.
1112* #701 Skip J1939 messages in ASC Reader.
Original file line number Diff line number Diff line change 88
99import logging
1010
11- __version__ = "3.3.3-alpha.2 "
11+ __version__ = "3.3.3-alpha.3 "
1212
1313log = logging .getLogger ('can' )
1414
You can’t perform that action at this time.
0 commit comments