Skip to content

Commit eef162a

Browse files
committed
🚀 releasing version 1.7.3 @ 2020-06-18 11:59
[skip ci]
1 parent 7fc415e commit eef162a

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ beta releases are not included in this history. For a full list of all releases,
1111

1212
[//]: # (begin_release_notes)
1313

14+
"1.7.3" (2020-06-18)
15+
====================
16+
17+
Bugfixes
18+
--------
19+
20+
- Remove assert-news mutually exclusive group (#20200617)
21+
22+
1423
"1.7.2" (2020-06-17)
1524
====================
1625

docs/assert_news.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,8 @@ <h1 class="title">Module <code>mbed_tools_ci_scripts.assert_news</code></h1>
126126
def main() -&gt; None:
127127
&#34;&#34;&#34;Asserts the new PR comprises at least one news file and it adheres to the required standard.&#34;&#34;&#34;
128128
parser = argparse.ArgumentParser(description=&#34;Check correctly formatted news files exist on feature branch.&#34;)
129-
group = parser.add_mutually_exclusive_group()
130-
group.add_argument(&#34;-b&#34;, &#34;--current-branch&#34;, help=&#34;Name of the current branch&#34;, nargs=&#34;?&#34;)
131-
group.add_argument(&#34;-l&#34;, &#34;--local&#34;, action=&#34;store_true&#34;, help=&#34;perform checks directly on local repository&#34;)
129+
parser.add_argument(&#34;-b&#34;, &#34;--current-branch&#34;, help=&#34;Name of the current branch&#34;, nargs=&#34;?&#34;)
130+
parser.add_argument(&#34;-l&#34;, &#34;--local&#34;, action=&#34;store_true&#34;, help=&#34;perform checks directly on local repository&#34;)
132131
parser.add_argument(
133132
&#34;-v&#34;, &#34;--verbose&#34;, action=&#34;count&#34;, default=0, help=&#34;Verbosity, by default errors are reported.&#34;,
134133
)
@@ -217,9 +216,8 @@ <h2 id="returns">Returns</h2>
217216
<pre><code class="python">def main() -&gt; None:
218217
&#34;&#34;&#34;Asserts the new PR comprises at least one news file and it adheres to the required standard.&#34;&#34;&#34;
219218
parser = argparse.ArgumentParser(description=&#34;Check correctly formatted news files exist on feature branch.&#34;)
220-
group = parser.add_mutually_exclusive_group()
221-
group.add_argument(&#34;-b&#34;, &#34;--current-branch&#34;, help=&#34;Name of the current branch&#34;, nargs=&#34;?&#34;)
222-
group.add_argument(&#34;-l&#34;, &#34;--local&#34;, action=&#34;store_true&#34;, help=&#34;perform checks directly on local repository&#34;)
219+
parser.add_argument(&#34;-b&#34;, &#34;--current-branch&#34;, help=&#34;Name of the current branch&#34;, nargs=&#34;?&#34;)
220+
parser.add_argument(&#34;-l&#34;, &#34;--local&#34;, action=&#34;store_true&#34;, help=&#34;perform checks directly on local repository&#34;)
223221
parser.add_argument(
224222
&#34;-v&#34;, &#34;--verbose&#34;, action=&#34;count&#34;, default=0, help=&#34;Verbosity, by default errors are reported.&#34;,
225223
)

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>2020-06-17 19:10:54.408406</i></p>
68+
<p><i>2020-06-18 11:59:36.495550</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 mbed-tools-ci-scripts
22

3-
2020-06-17 19:10:54.408406
3+
2020-06-18 11:59:36.495550
44

55
# Summary:
66
Licence compliance: Compliant

mbed_tools_ci_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__ = "1.7.2"
14-
COMMIT = "580f118748fc89458692ffa13b9dc0b78c0db5ae"
13+
__version__ = "1.7.3"
14+
COMMIT = "7fc415e40131567dfab8737b665c79ef2e15e881"
1515
MAJOR = 1
1616
MINOR = 7
17-
PATCH = 2
17+
PATCH = 3

news/20200617.bugfix

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

0 commit comments

Comments
 (0)