Skip to content

Commit 08f7647

Browse files
authored
Merge pull request #165 from openxc/release820
Updated python openxc version to 2.2.0 and added update notes
2 parents 24a06a4 + 77dab4d commit 08f7647

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
OpenXC Python Library Changelog
22
===============================
33

4+
v2.2.0
5+
----------
6+
* Improvements to usb traffic handling
7+
* Updated message format based upton the protobuf file
8+
* Improved memory management for protobuf
9+
* SonarQube updates
10+
* Github actions updated,travis decommissioned
11+
* Support for the new get_vin command
12+
openxc-control get_vin
13+
414
v2.1.0
515
----------
616
* SonarQube integration

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1.0
7+
:Version: 2.2.0
88
:Web: http://openxcplatform.com
99
:Download: http://pypi.python.org/pypi/openxc/
1010
:Documentation: http://python.openxcplatform.com

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1.0
7+
:Version: 2.2.0
88
:Web: http://openxcplatform.com
99
:Download: http://pypi.python.org/pypi/openxc/
1010
:Documentation: http://python.openxcplatform.com

openxc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
which in turn needs access to this version information.)
77
"""
88

9-
VERSION = (2, 1, 0)
9+
VERSION = (2, 2, 0)
1010

1111
__version__ = '.'.join(map(str, VERSION))
1212

0 commit comments

Comments
 (0)