Skip to content

Commit 3726988

Browse files
committed
Add documentation of __version__ variable in cobs and cobsr modules.
1 parent 2fff6ed commit 3726988

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

doc/source/cobs.cobs.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ The function decodes a byte string according to the COBS method.
6262
input, and ``cobs.cobs.DecodeError`` is raised.
6363

6464

65+
``__version__`` -- package version information
66+
----------------------------------------------
67+
68+
.. data:: __version__
69+
70+
The variable contains the package version number as a string.
71+
72+
6573
.. _cobs-examples:
6674

6775
Examples

doc/source/cobs.cobsr.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ The function decodes a byte string according to the COBS/R method.
5959
``cobs.cobsr.DecodeError`` exception will be raised.
6060

6161

62+
``__version__`` -- package version information
63+
----------------------------------------------
64+
65+
.. data:: __version__
66+
67+
The variable contains the package version number as a string.
68+
69+
6270
.. _cobsr-examples:
6371

6472
Examples

0 commit comments

Comments
 (0)