Skip to content

Commit d4af3ca

Browse files
committed
Bump version number, regenerate README
1 parent 7aea9bb commit d4af3ca

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add something like this to your WORKSPACE file:
3030
git_repository(
3131
name = "io_bazel_rules_pex",
3232
remote = "https://github.com/benley/bazel_rules_pex.git",
33-
tag = "0.2.2",
33+
tag = "0.3.0",
3434
)
3535
load("@io_bazel_rules_pex//pex:pex_rules.bzl", "pex_repositories")
3636
pex_repositories()
@@ -53,7 +53,7 @@ so that Bazel can find your `prelude_bazel` file.
5353
## pex_pytest
5454

5555
<pre>
56-
pex_pytest(<a href="#pex_pytest.name">name</a>, <a href="#pex_pytest.srcs">srcs</a>, <a href="#pex_pytest.deps">deps</a>, <a href="#pex_pytest.eggs">eggs</a>, <a href="#pex_pytest.data">data</a>, <a href="#pex_pytest.args">args</a>, <a href="#pex_pytest.flaky">flaky</a>, <a href="#pex_pytest.local">local</a>, <a href="#pex_pytest.size">size</a>, <a href="#pex_pytest.timeout">timeout</a>)
56+
pex_pytest(<a href="#pex_pytest.name">name</a>, <a href="#pex_pytest.srcs">srcs</a>, <a href="#pex_pytest.deps">deps</a>, <a href="#pex_pytest.eggs">eggs</a>, <a href="#pex_pytest.data">data</a>, <a href="#pex_pytest.args">args</a>, <a href="#pex_pytest.flaky">flaky</a>, <a href="#pex_pytest.local">local</a>, <a href="#pex_pytest.size">size</a>, <a href="#pex_pytest.timeout">timeout</a>, <a href="#pex_pytest.tags">tags</a>)
5757
</pre>
5858

5959
A variant of pex_test that uses py.test to run one or more sets of tests.
@@ -152,6 +152,13 @@ Exceptions are `main` and `entrypoint`, which cannot be used with this macro.
152152
153153
</td>
154154
</tr>
155+
<tr id="pex_pytest.tags">
156+
<td><code>tags</code></td>
157+
<td>
158+
<p><code>List of strings; Optional</code></p>
159+
160+
</td>
161+
</tr>
155162
</tbody>
156163
</table>
157164
<a name="pex_repositories"></a>

pex/pex_rules.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add something like this to your WORKSPACE file:
2626
git_repository(
2727
name = "io_bazel_rules_pex",
2828
remote = "https://github.com/benley/bazel_rules_pex.git",
29-
tag = "0.2.2",
29+
tag = "0.3.0",
3030
)
3131
load("@io_bazel_rules_pex//pex:pex_rules.bzl", "pex_repositories")
3232
pex_repositories()

0 commit comments

Comments
 (0)