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 ad7d2c0 commit cb74ee4Copy full SHA for cb74ee4
CHANGELOG.txt
@@ -1,3 +1,8 @@
1
+Version 2.2.1 (2018-07-12)
2
+=====
3
+
4
+* Fix errors and warnings when importing library on Windows
5
+* Fix Vector backend raising ValueError when hardware is not connected
6
7
Version 2.2.0 (2018-06-30)
8
=====
can/__init__.py
@@ -9,7 +9,7 @@
9
10
import logging
11
12
-__version__ = "2.2.0"
+__version__ = "2.2.1"
13
14
log = logging.getLogger('can')
15
0 commit comments