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 ca7f1e6 commit 0c5a750Copy full SHA for 0c5a750
CHANGELOG.txt
@@ -1,3 +1,8 @@
1
+Version 3.3.1
2
+====
3
+
4
+Minor fix to setup.py to only require pytest-runner when necessary.
5
6
Version 3.3.0
7
====
8
can/__init__.py
@@ -8,7 +8,7 @@
9
import logging
10
11
-__version__ = "3.3.0"
+__version__ = "3.3.1"
12
13
log = logging.getLogger('can')
14
0 commit comments