File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11OpenXC Python Library Changelog
22===============================
33
4- v0.12.0-dev
4+ v0.12.0
55-----------
66
77* Feature: Support scanning for Bluetooth devices when using Linux
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC for Python
44
55.. image :: /docs/_static/logo.png
66
7- :Version: 0.12.0-dev
7+ :Version: 0.12.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 :: /_static/logo.png
66
7- :Version: 0.12.0-dev
7+ :Version: 0.12.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 @@ -17,7 +17,7 @@ class CodeGenerator(object):
1717 """
1818
1919 MAX_SIGNAL_STATES = 12
20- GENERATED_CODE_VERSION = "6 .x"
20+ GENERATED_CODE_VERSION = "7 .x"
2121
2222 def __init__ (self , search_paths ):
2323 self .search_paths = search_paths
You can’t perform that action at this time.
0 commit comments