Skip to content

Commit 29a235b

Browse files
committed
Bump version to 3.3.2
1 parent 1d4c6a7 commit 29a235b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 3.3.2
2+
====
3+
4+
Minor bug fix release addressing issue in PCAN RTR.
5+
16
Version 3.3.1
27
====
38

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.3.1"
11+
__version__ = "3.3.2"
1212

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

0 commit comments

Comments
 (0)