File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33 History
44=======
5+ v0.8.1
6+ ------
7+ * Typings: get_urls() returned value shall be `[str] `. - exislow _
8+ * Remove MQA legacy code leftovers, HIRES naming inconsistency - exislow _
9+ * Tests: Updated unit test(s) - tehkillerbee _
10+
511v0.8.0
612------
713* BREAKING: MQA, Sony 360 audio no longer supported July 24th 2024; removed references to these formats. - tehkillerbee _
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.0 "
26+ release = "0.8.1 "
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tidalapi"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
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 1919 User ,
2020)
2121
22- __version__ = "0.8.0 "
22+ __version__ = "0.8.1 "
You can’t perform that action at this time.
0 commit comments