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 1d4c6a7 commit 29a235bCopy full SHA for 29a235b
CHANGELOG.txt
@@ -1,3 +1,8 @@
1
+Version 3.3.2
2
+====
3
+
4
+Minor bug fix release addressing issue in PCAN RTR.
5
6
Version 3.3.1
7
====
8
can/__init__.py
@@ -8,7 +8,7 @@
9
import logging
10
11
-__version__ = "3.3.1"
+__version__ = "3.3.2"
12
13
log = logging.getLogger('can')
14
0 commit comments