File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 33 History
44=======
55
6+ v0.8.9
7+ --------
8+ * Bugfix: Favorite videos default limit incorrect - tehkillerbee _
9+ * Tests: Added get_favorite_* tests - tehkillerbee _
10+
611v0.8.8
712--------
813* Bugfix: OAuth Client ID, secret updated - tehkillerbee _
Original file line number Diff line number Diff line change 2020install :
2121 rm -rf dist
2222 poetry build
23- pip install dist/* .whl
23+ pip install dist/* .whl --break-system-packages
2424
2525format :
2626 ${POETRY} isort tidalapi tests
Original file line number Diff line number Diff line change 2323author = "The tidalapi Developers"
2424
2525# The full version, including alpha/beta/rc tags
26- release = "0.8.8 "
26+ release = "0.8.9 "
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tidalapi"
3- version = " 0.8.8 "
3+ version = " 0.8.9 "
44description = " Unofficial API for TIDAL music streaming service."
55authors = [" Thomas Amland <thomas.amland@googlemail.com>" ]
66maintainers = [" tehkillerbee <tehkillerbee@users.noreply.github.com>" ]
Original file line number Diff line number Diff line change 1717 User ,
1818)
1919
20- __version__ = "0.8.8 "
20+ __version__ = "0.8.9 "
You can’t perform that action at this time.
0 commit comments