Skip to content

Commit

Permalink
Add --id option to foundry-merge-nodes (#2055)
Browse files Browse the repository at this point in the history
* add --id option to foundry-merge-nodes

* Set Version: 1.0.284

* Set Version: 1.0.286

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
nwatson22 and devops authored Sep 1, 2023
1 parent 2709f49 commit eb5f2a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.285"
version = "1.0.286"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion kevm-pyk/src/kontrol/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,12 @@ def exec_foundry_step_node(
def exec_foundry_merge_nodes(
foundry_root: Path,
test: str,
id: str | None,
nodes: Iterable[NodeIdLike],
bug_report: bool = False,
**kwargs: Any,
) -> None:
foundry_merge_nodes(foundry_root=foundry_root, node_ids=nodes, test=test)
foundry_merge_nodes(foundry_root=foundry_root, node_ids=nodes, test=test, id=id)


def exec_foundry_section_edge(
Expand Down
2 changes: 1 addition & 1 deletion package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kevm (1.0.285) unstable; urgency=medium
kevm (1.0.286) unstable; urgency=medium

* Initial Release.

Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.285
1.0.286

0 comments on commit eb5f2a4

Please sign in to comment.