Skip to content

Commit

Permalink
3.3.3-a.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed May 6, 2020
1 parent 16d89bc commit d2d7012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Version 3.3.3
====

Backported fixes from Python 3 only 4.x development.
Backported fixes from 4.x development branch which targets Python 3.

* #798 Backport caching msg.data value in neovi interface
* #796 Fix Vector CANlib treatment of empty app name
* #771 Handle empty CSV file
* #798 Backport caching msg.data value in neovi interface.
* #796 Fix Vector CANlib treatment of empty app name.
* #771 Handle empty CSV file.
* #741 ASCII reader can now handle FD frames.
* #740 Exclude test packages from distribution.
* #713 RTR crash fix in canutils log reader parsing RTR frames.
* #701 Skip J1939 messages in ASC Reader.
Expand Down
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

__version__ = "3.3.3-alpha.2"
__version__ = "3.3.3-alpha.3"

log = logging.getLogger('can')

Expand Down

0 comments on commit d2d7012

Please sign in to comment.