File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
1111Other 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.
Original file line number Diff line number Diff line change 88
99import logging
1010
11- __version__ = "3.2.0b0 "
11+ __version__ = "3.2.0 "
1212
1313log = logging .getLogger ('can' )
1414
You can’t perform that action at this time.
0 commit comments