Skip to content

Commit

Permalink
Version bump, tidalapi bump. Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Nov 9, 2024
1 parent 9f83e7f commit 3d6dc6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

#### v0.3.8

- tidalapi version bump to v0.8.1
- Bugfix: Reverted auto-login only when AUTO enabled.

#### v0.3.7

-
- tidalapi version bump to v0.8.0
- Tests: Fixed unit tests

Expand Down
2 changes: 1 addition & 1 deletion mopidy_tidal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from mopidy import config, ext

__version__ = "0.3.7"
__version__ = "0.3.8"

# TODO: If you need to log, use loggers named after the current Python module
logger = logging.getLogger(__name__)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mopidy-tidal"
version = "0.3.7"
version = "0.3.8"
description = "Mopidy Extension for Tidal music service integration."
authors = ["Johannes Linde <[email protected]>"]
license = "Apache License 2.0"
Expand All @@ -19,7 +19,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"
Mopidy = "^3.0"
tidalapi = "^0.8.0"
tidalapi = "^0.8.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"
Expand Down

0 comments on commit 3d6dc6c

Please sign in to comment.