Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Version 3.2.0
====

Support has been removed for Python 3.4

Major features
--------------

- FD support added for Pcan in PR #537

Other notable changes
---------------------

- This release should automatically be published to PyPi by travis. #535
- BusState is now an enum. #533
- A guide has been added for new io formats. #548
- Finish moving from nose to pytest #550

Version 3.1.1
====

Expand Down
2 changes: 1 addition & 1 deletion can/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import logging

__version__ = "3.1.1"
__version__ = "3.2.0-a0"

log = logging.getLogger('can')

Expand Down