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.
2 parents 3dcfcbb + d2dace8 commit 2f6830dCopy full SHA for 2f6830d
CHANGELOG.txt
@@ -1,4 +1,4 @@
1
-Version 3.1.0
+Version 3.1.1
2
====
3
4
Major features
@@ -28,6 +28,12 @@ Other notable changes
28
- #455 Fix to `Message` initializer
29
- Small bugfixes and improvements
30
31
+Version 3.1.0
32
+====
33
+
34
+Version 3.1.0 was built with old wheel and/or setuptools
35
+packages and was replaced with v3.1.1 after an installation
36
+but was discovered.
37
38
Version 3.0.0
39
can/__init__.py
@@ -8,7 +8,7 @@
8
9
import logging
10
11
-__version__ = "3.1.0"
+__version__ = "3.1.1"
12
13
log = logging.getLogger('can')
14
0 commit comments