File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11# OpenXC Vehicle Interface Firmware Changelog
22
3- ## v7.1.1-dev
3+ ## v7.1.1
4+
5+ * Fix: Update nanpb repo location to Git.
6+ * Fix: Keep same setuptools version.
7+ * Fix: Update ChipKIT digitlent URL (requires disable SSL cert checks).
8+ * Fix: Minor doc updates.
49
510## v7.1.0
611
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware
44
55.. image :: /docs/_static/logo.png
66
7- :Version: 7.1.1-dev
7+ :Version: 7.1.1
88:Web: http://openxcplatform.com
99:Documentation: http://vi-firmware.openxcplatform.com
1010:Source: http://github.com/openxc/vi-firmware
@@ -51,6 +51,8 @@ Releasing
5151
5252- Update the src/libs/openxc-message-format with ``git submodule update --remote ``
5353
54+ - Checkout next branch and make edits.
55+
5456- Bump the version using `semantic versioning `_ in
5557 - ``CHANGELOG.mkd ``
5658 - ``README.rst ``
Original file line number Diff line number Diff line change 4949# built documents.
5050#
5151# The short X.Y version.
52- version = '7.1.1-dev '
52+ version = '7.1.1'
5353# The full version, including alpha/beta/rc tags.
54- release = '7.1.1-dev '
54+ release = '7.1.1'
5555
5656# The language for content autogenerated by Sphinx. Refer to documentation
5757# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware
44
55.. image :: /_static/logo.png
66
7- :Version: 7.1.1-dev
7+ :Version: 7.1.1
88:Web: http://openxcplatform.com
99:Documentation: http://vi-firmware.openxcplatform.com
1010:Source: http://github.com/openxc/vi-firmware
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ openxc::telitHE910::TelitDevice telitDevice = {
8888openxc::config::Configuration* openxc::config::getConfiguration () {
8989 static openxc::config::Configuration CONFIG = {
9090 messageSetIndex: 0 ,
91- version: " 7.1.1-dev " ,
91+ version: " 7.1.1" ,
9292 payloadFormat: PayloadFormat::DEFAULT_OUTPUT_FORMAT,
9393 recurringObd2Requests: DEFAULT_RECURRING_OBD2_REQUESTS_STATUS,
9494 obd2BusAddress: DEFAULT_OBD2_BUS,
You can’t perform that action at this time.
0 commit comments