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 1
1
Version 3.3.3
2
2
====
3
3
4
- Backported fixes from Python 3 only 4.x development.
4
+ Backported fixes from 4.x development branch which targets Python 3 .
5
5
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.
9
10
* #740 Exclude test packages from distribution.
10
11
* #713 RTR crash fix in canutils log reader parsing RTR frames.
11
12
* #701 Skip J1939 messages in ASC Reader.
Original file line number Diff line number Diff line change 8
8
9
9
import logging
10
10
11
- __version__ = "3.3.3-alpha.2 "
11
+ __version__ = "3.3.3-alpha.3 "
12
12
13
13
log = logging .getLogger ('can' )
14
14
You can’t perform that action at this time.
0 commit comments