Skip to content

Commit

Permalink
Release v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jun 21, 2023
1 parent 50a6e26 commit a0fab4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

## 0.5.9 - Unreleased
## 0.5.9 - 2023-06-21
- Fix stdout decoding

## 0.5.8 - 2023-06-21
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

## 0.5.9 - Unreleased
## 0.5.9 - 2023-06-21
- Fix stdout decoding

## 0.5.8 - 2023-06-21
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_cli_batch_not_a_folder():
assert "Invalid folder" in result.stdout


# @pytest.mark.skipif(sys.platform == "linux", reason="To be investigated")
@pytest.mark.skipif(sys.platform == "linux", reason="To be investigated")
def test_cli_batch(asset_tree):
result = runner.invoke(app, ["batch", asset_tree.as_posix()])
assert result.exit_code == 0
Expand Down

0 comments on commit a0fab4e

Please sign in to comment.