Skip to content

Commit 1861822

Browse files
committed
v0.6.5
1 parent c4c47f0 commit 1861822

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
v0.6.5
7+
------
8+
9+
* Update api token - morguldir_
10+
611
v0.6.4
712
------
813

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = '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 ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
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',

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_get_artist_albums_ep_single(session):
5454

5555
def 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

6060
def test_get_artist_videos(session):

0 commit comments

Comments
 (0)