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 8b76232 commit cdf1e5aCopy full SHA for cdf1e5a
CHANGELOG.txt
@@ -1,3 +1,11 @@
1
+Version 3.3.4
2
+====
3
+
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
8
9
Version 3.3.3
10
====
11
can/__init__.py
@@ -8,7 +8,7 @@
import logging
-__version__ = "3.3.3"
+__version__ = "3.3.4-dev0"
12
13
log = logging.getLogger('can')
14
0 commit comments