We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667278e commit a0f0ea7Copy full SHA for a0f0ea7
CHANGELOG.txt
@@ -1,9 +1,10 @@
1
-Version 3.2.1
+Version 3.3.0
2
====
3
4
-* CAN FD 64 frame support to blf reader
+* Adding CAN FD 64 frame support to blf reader
5
+* Updates to installation instructions
6
+* Clean up bits generator in PCAN interface #588
7
* Minor fix to use latest tools when building wheels on travis.
-* Updates links in documentation.
8
9
Version 3.2.0
10
can/__init__.py
@@ -8,7 +8,7 @@
import logging
11
-__version__ = "3.2.1"
+__version__ = "3.3.0"
12
13
log = logging.getLogger('can')
14
0 commit comments