Skip to content

Commit e757f7b

Browse files
committed
Version updates for 1.7.1
Update the various version indicators for 1.7.1. Signed-off-by: David Brown <david.brown@linaro.org>
1 parent 694f13a commit e757f7b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[travis]: https://travis-ci.org/mcu-tools/mcuboot
1717
[license]: https://github.com/mcu-tools/mcuboot/blob/master/LICENSE
1818

19-
This is mcuboot version 1.7.0
19+
This is mcuboot version 1.7.1
2020

2121
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
2222
define a common infrastructure for the bootloader, system flash layout on

repository.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ repo.versions:
3131
"1.5.0": "v1.5.0"
3232
"1.6.0": "v1.6.0"
3333
"1.7.0": "v1.7.0"
34+
"1.7.1": "v1.7.1"
3435

3536
"0-dev": "0.0.0" # master
36-
"0-latest": "1.7.0" # latest stable release
37-
"1-latest": "1.7.0" # latest stable release
37+
"0-latest": "1.7.1" # latest stable release
38+
"1-latest": "1.7.1" # latest stable release
3839

39-
"1.0-latest": "1.7.0"
40+
"1.0-latest": "1.7.1"

scripts/imgtool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
imgtool_version = "1.7.0"
15+
imgtool_version = "1.7.1"

0 commit comments

Comments
 (0)