File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 History
44-------
55
6+ v0.6.5
7+ ------
8+
9+ * Update api token - morguldir _
10+
611v0.6.4
712------
813
Original file line number Diff line number Diff line change 2222author = 'Thomas Amland, morguldir'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.6.4 '
25+ release = '0.6.5 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = 'tidalapi' ,
21- version = '0.6.4 ' ,
21+ version = '0.6.5 ' ,
2222 description = 'Unofficial API for TIDAL music streaming service.' ,
2323 long_description = long_description ,
2424 author = 'Thomas Amland' ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def test_get_artist_albums_ep_single(session):
5454
5555def test_get_artist_albums_other (session ):
5656 albums = session .get_artist_albums_other (16147 )
57- assert any ([a .name == 'Dance History 1.0 ' for a in albums ])
57+ assert any ([a .name == 'Summer Hitz Collection 2 ' for a in albums ])
5858
5959
6060def test_get_artist_videos (session ):
You can’t perform that action at this time.
0 commit comments