Skip to content

Commit

Permalink
Add changelog for release 3.3.3 and append alpha 0 tag for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Apr 19, 2020
1 parent 9fb3c23 commit 6041bbc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 3.3.3
====

Backported fixes from Python 3 only 4.x development.

* Exclude test packages from distribution. #740
* RTR crash fix in canutils log reader parsing RTR frames. #713
* Skip J1939 messages in ASC Reader. #701
* Exposes a configuration option to allow the CAN message player to send error frames
(and sets the default to not send error frames). #690
* Fixes the semantics provided by periodic tasks in SocketCAN interface. #638
* Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes. #628
* Fixes the broken CANalyst-II interface. #617
* Socketcan BCM status fix. #605


Version 3.3.2
====

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.3.3"
__version__ = "3.3.3-alpha.0"

log = logging.getLogger('can')

Expand Down

0 comments on commit 6041bbc

Please sign in to comment.