Skip to content

Commit 2db1d3a

Browse files
committed
Doc fixes and minor version bump.
1 parent 28a85a5 commit 2db1d3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/message.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Message
3232
The arbitration ID can take an int between 0 and the
3333
maximum value allowed depending on the is_extended_id flag
3434
(either 2\ :sup:`11` - 1 for 11-bit IDs, or
35-
2\ :sup:`29` - 1 for 29-bit identifiers).
35+
2\ :sup:`29` - 1 for 29-bit identifiers).
3636

3737
>>> print(Message(extended_id=False, arbitration_id=100))
3838
Timestamp: 0.000000 ID: 0064 000 DLC: 0
@@ -84,7 +84,7 @@ Message
8484

8585
:type: bool
8686

87-
This flag controls the size of the :meth:`~can.Message.arbitration_id` field.
87+
This flag controls the size of the :attr:`~can.Message.arbitration_id` field.
8888

8989
>>> print(Message(extended_id=False))
9090
Timestamp: 0.000000 ID: 0000 000 DLC: 0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import setup, find_packages
66

7-
__version__ = "1.5.0"
7+
__version__ = "1.5.1"
88

99
import logging
1010
logging.basicConfig(level=logging.WARNING)

0 commit comments

Comments
 (0)