Skip to content

Commit a2c0128

Browse files
authored
Prepare 4.0.0-rc.0 (hardbyte#1241)
1 parent 24ea2f2 commit a2c0128

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import logging
99
from typing import Dict, Any
1010

11-
__version__ = "4.0.0-dev.2"
11+
__version__ = "4.0.0-rc.0"
1212

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

doc/history.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The CANalyst-II interface was contributed by Shaoyu Meng in 2018.
4949
Support for CAN within Python
5050
-----------------------------
5151

52-
Python natively supports the CAN protocol from version 3.3 on, if running on Linux:
52+
Python natively supports the CAN protocol from version 3.3 on, if running on Linux (with a sufficiently new kernel):
5353

5454
============== ============================================================== ====
5555
Python version Feature Link
@@ -58,4 +58,5 @@ Python version Feature
5858
3.4 Broadcast Management (BCM) commands are natively supported `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_BCM>`__
5959
3.5 CAN FD support `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_RAW_FD_FRAMES>`__
6060
3.7 Support for CAN ISO-TP `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_ISOTP>`__
61+
3.9 Native support for joining CAN filters `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_RAW_JOIN_FILTERS>`__
6162
============== ============================================================== ====

doc/pycanlib.pml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* This promela model was used to verify the concurrent design of the bus object. */
1+
/* This promela model was used to verify a past design of the bus object. */
22

33
bool lock = false;
44

0 commit comments

Comments
 (0)