Skip to content

Commit

Permalink
chore(release): 0.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## v0.1.3 (2024-05-19)

### Bug Fixes

- build playlist URIs not based on URLs but IDs (902cd1f)
  • Loading branch information
mgoltzsche committed May 19, 2024
1 parent 902cd1f commit 006c361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_webm3u/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from mopidy import config, ext


__version__ = '0.0'
__version__ = '0.1.3'

# If you need to log, use loggers named after the current Python module
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 006c361

Please sign in to comment.