Skip to content

Commit f63fd13

Browse files
committed
version bump for release
1 parent fd86b26 commit f63fd13

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.mkd

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

README.rst

Lines changed: 3 additions & 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.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``

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
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.

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.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

src/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ openxc::telitHE910::TelitDevice telitDevice = {
8888
openxc::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,

0 commit comments

Comments
 (0)