Skip to content

Commit 6e80f08

Browse files
committed
Set version to "3.2.0"
1 parent c42b687 commit 6e80f08

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ Major features
66
--------------
77

88
* FD support added for Pcan by @bmeisels with input from
9-
@markupsp, @christiansandberg & @felixdivo in PR #537
9+
@markupspi, @christiansandberg & @felixdivo in PR #537
1010

1111
Other notable changes
1212
---------------------
1313

1414
* #532 Support has been removed for Python 3.4
1515
* #533 BusState is now an enum.
1616
* #535 This release should automatically be published to PyPi by travis.
17+
* #577 Travis-ci now uses stages.
1718
* #548 A guide has been added for new io formats.
1819
* #550 Finish moving from nose to pytest.
1920
* #558 Fix installation on Windows.

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.0b0"
11+
__version__ = "3.2.0"
1212

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

0 commit comments

Comments
 (0)