Skip to content

Commit 6041bbc

Browse files
committed
Add changelog for release 3.3.3 and append alpha 0 tag for testing.
1 parent 9fb3c23 commit 6041bbc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 3.3.3
2+
====
3+
4+
Backported fixes from Python 3 only 4.x development.
5+
6+
* Exclude test packages from distribution. #740
7+
* RTR crash fix in canutils log reader parsing RTR frames. #713
8+
* Skip J1939 messages in ASC Reader. #701
9+
* Exposes a configuration option to allow the CAN message player to send error frames
10+
(and sets the default to not send error frames). #690
11+
* Fixes the semantics provided by periodic tasks in SocketCAN interface. #638
12+
* Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes. #628
13+
* Fixes the broken CANalyst-II interface. #617
14+
* Socketcan BCM status fix. #605
15+
16+
117
Version 3.3.2
218
====
319

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

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

0 commit comments

Comments
 (0)