File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11OpenXC Python Library Changelog
22===============================
33
4+ v2.1.0
5+ ----------
6+ * SonarQube integration
7+ * Fix: Modem configuration for c5 cellar build now properly sets baud rate
8+ * Fix: Protobuf general improvements
9+ * Keyboard interupt via <ctrl>c added to openxc-dump and Obd2 Scanner
10+ * Stitching Feature, large messages are now packaged and sent in smaller chunks from the vi
11+
412v2.0.0
513----------
614* Known Issue: OpenXC python must be used with firmware 8.0.0 or greater.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC for Python
44
55.. image :: https://github.com/openxc/openxc-python/raw/master/docs/_static/logo.png
66
7- :Version: 2.0 .0
7+ :Version: 2.1 .0
88:Web: http://openxcplatform.com
99:Download: http://pypi.python.org/pypi/openxc/
1010:Documentation: http://python.openxcplatform.com
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC for Python
44
55.. image :: https://github.com/openxc/openxc-python/raw/master/docs/_static/logo.png
66
7- :Version: 2.0 .0
7+ :Version: 2.1 .0
88:Web: http://openxcplatform.com
99:Download: http://pypi.python.org/pypi/openxc/
1010:Documentation: http://python.openxcplatform.com
Original file line number Diff line number Diff line change 66which in turn needs access to this version information.)
77"""
88
9- VERSION = (2 , 0 , 0 )
9+ VERSION = (2 , 1 , 0 )
1010
1111__version__ = '.' .join (map (str , VERSION ))
1212
You can’t perform that action at this time.
0 commit comments