Skip to content

Commit a0f0ea7

Browse files
committed
Update version to v3.3.0
Add notes to changelog.
1 parent 667278e commit a0f0ea7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
Version 3.2.1
1+
Version 3.3.0
22
====
33

4-
* CAN FD 64 frame support to blf reader
4+
* Adding CAN FD 64 frame support to blf reader
5+
* Updates to installation instructions
6+
* Clean up bits generator in PCAN interface #588
57
* Minor fix to use latest tools when building wheels on travis.
6-
* Updates links in documentation.
78

89
Version 3.2.0
910
====

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.2.1"
11+
__version__ = "3.3.0"
1212

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

0 commit comments

Comments
 (0)