Skip to content

Commit d2d7012

Browse files
committed
3.3.3-a.3
1 parent 16d89bc commit d2d7012

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Version 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.

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import logging
1010

11-
__version__ = "3.3.3-alpha.2"
11+
__version__ = "3.3.3-alpha.3"
1212

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

0 commit comments

Comments
 (0)