Skip to content

Commit 6bf95a3

Browse files
authored
Merge pull request hardbyte#523 from hardbyte/release-3.1.1
Release 3.1.1
2 parents a6a4447 + d2dace8 commit 6bf95a3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 3.1.0
1+
Version 3.1.1
22
====
33

44
Major features
@@ -28,6 +28,12 @@ Other notable changes
2828
- #455 Fix to `Message` initializer
2929
- Small bugfixes and improvements
3030

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.
3137

3238
Version 3.0.0
3339
====

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import logging
1010

11-
__version__ = "3.1.0"
11+
__version__ = "3.1.1"
1212

1313
log = logging.getLogger('can')
1414

0 commit comments

Comments
 (0)