Skip to content

Commit

Permalink
cut v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Nov 26, 2024
1 parent 400f029 commit eb4cc7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xrpld-netgen"
version = "1.23.1"
version = "1.23.2"
description = "Xrpld network generator"
authors = ["Denis Angell <[email protected]>"]

Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def test_standalone_image(cls):
cls.assertTrue(folder_exists)
for file in files_exist:
cls.assertTrue(file)
print(ee)

def _test_standalone_binary(cls):
create_standalone_binary(
Expand Down

0 comments on commit eb4cc7a

Please sign in to comment.