File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 2.1.0 (2018-02-10)
2+ =====
3+
4+
5+ * Support for out of tree can interfaces with pluggy.
6+ * Neovi interface now uses Intrepid Control Systems's own interface library.
7+ * Improvements and new documentation for SQL reader/writer
8+
9+
10+ Version 2.0.0 (2018-01-05
11+ =====
12+
13+ After an extended baking period we have finally tagged version 2.0.0!
14+
15+ Quite a few major Changes from v1.x:
16+
17+ * New interfaces:
18+ * Vector
19+ * NI-CAN
20+ * isCAN
21+ * neoVI
22+ * Simplified periodic send API with initial support for SocketCAN
23+ * Protocols module including J1939 support removed
24+ * Logger script moved to module `can.logger`
25+ * New `can.player` script to replay log files
26+ * BLF, ASC log file support added in new `can.io` module
27+
28+ You can install from [PyPi](https://pypi.python.org/pypi/python-can/2.0.0) with pip:
29+
30+ ```
31+ pip install python-can==2.0.0
32+ ```
33+
34+ The documentation for v2.0.0 is available at http://python-can.readthedocs.io/en/2.0.0/
Original file line number Diff line number Diff line change 55
66import logging
77
8- __version__ = "2.1.0.rc2 "
8+ __version__ = "2.1.0"
99
1010log = logging .getLogger ('can' )
1111
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Creating a Release
3838- Upload with twine ``twine upload dist/python-can-X.Y.Z* ``
3939- In a new virtual env check that the package can be installed with pip: ``pip install python-can==X.Y.Z ``
4040- Create a new tag in the repository.
41- - Check the release on PyPi and github.
41+ - Check the release on PyPi, readthedocs and github.
4242
4343
4444Code Structure
You can’t perform that action at this time.
0 commit comments