Skip to content

Commit 2fa99c3

Browse files
committed
Update developer docs
1 parent 55fbacf commit 2fa99c3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/development.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Contributing
88
Contribute to source code, documentation, examples and report issues:
99
https://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+
1114
There is also a `python-can <https://groups.google.com/forum/#!forum/python-can>`__
1215
mailing list for development discussion.
1316

@@ -16,6 +19,14 @@ in the chapter :ref:`internalapi`.
1619
There 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

2031
Building & Installing
2132
---------------------
@@ -90,7 +101,7 @@ The modules in ``python-can`` are:
90101
Creating 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.

0 commit comments

Comments
 (0)