Skip to content

Commit bde8e72

Browse files
committed
Bump to v0.12.0 for release with vi-firmwrae v7.0.0.
1 parent 52e72a9 commit bde8e72

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OpenXC 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

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:: /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

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:: /_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

openxc/generator/coder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)