File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ Contributing
88Contribute to source code, documentation, examples and report issues:
99https://github.com/hardbyte/python-can
1010
11+ Note that the latest released version on PyPi may be significantly behind the
12+ ``develop `` branch. Please open any feature requests against the ``develop `` branch
13+
1114There is also a `python-can <https://groups.google.com/forum/#!forum/python-can >`__
1215mailing list for development discussion.
1316
@@ -16,6 +19,14 @@ in the chapter :ref:`internalapi`.
1619There is also additional information on extending the ``can.io `` module.
1720
1821
22+ Pre-releases
23+ ------------
24+
25+ The latest pre-release can be installed with::
26+
27+ pip install --upgrade --pre python-can
28+
29+
1930
2031Building & Installing
2132---------------------
@@ -90,7 +101,7 @@ The modules in ``python-can`` are:
90101Creating a new Release
91102----------------------
92103
93- - Release from the ``master `` branch.
104+ - Release from the ``master `` branch (except for pre-releases) .
94105- Update the library version in ``__init__.py `` using `semantic versioning <http://semver.org >`__.
95106- Check if any deprecations are pending.
96107- Run all tests and examples against available hardware.
You can’t perform that action at this time.
0 commit comments