Skip to content

Commit aa45907

Browse files
committed
Bump to v7.0.1 for release.
1 parent 2b69cdd commit aa45907

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGELOG.mkd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# OpenXC Vehicle Interface Firmware Changelog
22

3-
## v7.0.1-dev
3+
## v7.0.1
4+
5+
* Fix: Delay at startup to allow timers to stabilize, to avoid shutting down too
6+
soon when using OBD2_IGNITION_CHECK power mode with DEBUG=0;
47

58
## v7.0.0
69

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware
44

55
.. image:: /docs/_static/logo.png
66

7-
:Version: 7.0.1-dev
7+
:Version: 7.0.1
88
:Web: http://openxcplatform.com
99
:Documentation: http://vi-firmware.openxcplatform.com
1010
:Source: http://github.com/openxc/vi-firmware

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '7.0.1'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '7.0.1-dev'
54+
release = '7.0.1'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware
44

55
.. image:: /_static/logo.png
66

7-
:Version: 7.0.1-dev
7+
:Version: 7.0.1
88
:Web: http://openxcplatform.com
99
:Documentation: http://vi-firmware.openxcplatform.com
1010
:Source: http://github.com/openxc/vi-firmware
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-e git+https://github.com/openxc/openxc-python.git@next#egg=openxc
1+
openxc==0.12.0

src/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ static void initialize(openxc::config::Configuration* config) {
2323
openxc::config::Configuration* openxc::config::getConfiguration() {
2424
static openxc::config::Configuration CONFIG = {
2525
messageSetIndex: 0,
26-
version: "7.0.1-dev",
26+
version: "7.0.1",
2727
payloadFormat: PayloadFormat::DEFAULT_OUTPUT_FORMAT,
2828
recurringObd2Requests: DEFAULT_RECURRING_OBD2_REQUESTS_STATUS,
2929
obd2BusAddress: DEFAULT_OBD2_BUS,

0 commit comments

Comments
 (0)