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 23cf849 commit 9682d6aCopy full SHA for 9682d6a
CHANGELOG.txt
@@ -4,6 +4,11 @@ Version 3.3.4
4
Last call for Python2 support.
5
6
* #850 Fix socket.error is a deprecated alias of OSError used on Python versions lower than 3.3.
7
+* #846 Use inter-process mutex to prevent concurrent neoVI device open.
8
+* #879 Updating incorrect api documentation.
9
+* #885 Fix recursion message in Message.__getattr__
10
+* #845 Fix socketcan issue
11
+* #788 Fix issue with extended_id
12
13
14
Version 3.3.3
can/__init__.py
@@ -8,7 +8,7 @@
import logging
-__version__ = "3.3.4-dev0"
+__version__ = "3.3.4-alpha0"
log = logging.getLogger('can')
0 commit comments