Skip to content

Commit

Permalink
2.9.021
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanjacobd committed Aug 10, 2024
1 parent c5e1db3 commit ab6071e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
<details><summary>List all subcommands</summary>

$ library
library (v2.9.020; 82 subcommands)
library (v2.9.021; 82 subcommands)

Create database subcommands:
╭─────────────────┬──────────────────────────────────────────╮
Expand Down
2 changes: 1 addition & 1 deletion tests/mediadb/test_playlists.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_playlists(capsys):


def test_playlists2(capsys):
lb(["playlists", v_db, "tests/data"])
lb(["playlists", v_db, "data"])
captured = capsys.readouterr().out.replace("\n", "")
assert len(captured) > 200

Expand Down
2 changes: 1 addition & 1 deletion xklb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.9.020"
__version__ = "2.9.021"

0 comments on commit ab6071e

Please sign in to comment.