Skip to content

Commit c166b9b

Browse files
committed
v0.6.7
1 parent 7a288be commit c166b9b

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

HISTORY.rst

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

6+
v0.6.7
7+
------
8+
9+
* Fix wimp images not resolving - ktnrg45_
10+
* Made the favorite playlists function also return created playlists - morguldir_
11+
612
v0.6.6
713
------
814

@@ -37,3 +43,4 @@ v0.6.2
3743

3844
.. _morguldir: https://github.com/morguldir
3945
.. _Husky22: https://github.com/Husky22
46+
.. _ktnrg45: https://github.com/ktnrg45

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.6'
25+
release = '0.6.7'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='tidalapi',
21-
version='0.6.6',
21+
version='0.6.7',
2222
description='Unofficial API for TIDAL music streaming service.',
2323
long_description=long_description,
2424
author='Thomas Amland',
@@ -37,9 +37,9 @@
3737
"Programming Language :: Python :: 2",
3838
'Programming Language :: Python :: 2.7',
3939
'Programming Language :: Python :: 3',
40-
'Programming Language :: Python :: 3.5',
4140
'Programming Language :: Python :: 3.6',
4241
'Programming Language :: Python :: 3.7',
4342
'Programming Language :: Python :: 3.8',
43+
'Programming Language :: Python :: 3.9',
4444
],
4545
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py35,py36,py37,pypy,pypy3
2+
envlist = py27,py36,py37,py38,py39,pypy,pypy3
33

44
[testenv]
55
passenv = TIDAL_PASSWORD TIDAL_USERNAME

0 commit comments

Comments
 (0)