Skip to content

Commit a8e4911

Browse files
committed
🚀 releasing version 2.1.2 @ 2021-06-28 14:09
[skip ci]
1 parent a1f914c commit a8e4911

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ This project was forked from version 1.7.4 of [mbed-tools-ci-scripts](https://gi
1313

1414
[//]: # (begin_release_notes)
1515

16+
"2.1.2" (2021-06-28)
17+
====================
18+
19+
Bugfixes
20+
--------
21+
22+
- Fix development release versions to abide by SemVer (#20210628144749)
23+
24+
1625
"2.1.1" (2021-06-25)
1726
====================
1827

continuous_delivery_scripts/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
1111
This file is autogenerated, do not modify by hand.
1212
"""
13-
__version__ = "2.1.1"
14-
COMMIT = "0083d2727260383912b7f0d7ed72ee6bd7d1d7f9"
13+
__version__ = "2.1.2"
14+
COMMIT = "a1f914c7a657e4b3b711a9670b82d4f2e9503c1e"
1515
MAJOR = 2
1616
MINOR = 1
17-
PATCH = 1
17+
PATCH = 2

docs/generate_news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.generate_news</code><
118118
version_elements: version elements
119119
&#34;&#34;&#34;
120120
if commit_type == CommitType.DEVELOPMENT:
121-
return &#34;%s-%s.%s&#34; % (
121+
return &#34;%s-%s+%s&#34; % (
122122
new_version,
123123
auto_version_tool.config.BUILD_TOKEN,
124124
version_elements.get(auto_version_tool.Constants.COMMIT_FIELD),

docs/third_party_IP_report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</head>
6666
<body>
6767
<h1>Project's 3rd party IP report</h1>
68-
<p><i>2021-06-25 17:29:26.804065</i></p>
68+
<p><i>2021-06-28 14:09:27.907949</i></p>
6969
<h2>Summary</h2>
7070
<table>
7171
<thead>

docs/third_party_IP_report.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
3rd party IP report for continuous-delivery-scripts
22

3-
2021-06-25 17:29:26.804065
3+
2021-06-28 14:09:27.907949
44

55
# Summary:
66
Licence compliance: Compliant

news/20210628144749.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)