diff --git a/HISTORY.rst b/HISTORY.rst index 75e04ec..579d66e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +v0.6.9 +------ + +* Update the client secret - morguldir_ +* Fix token_refresh() not correctly including the client secret - morguldir_ + v0.6.8 ------ diff --git a/docs/conf.py b/docs/conf.py index 0569683..0d5aa7b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Thomas Amland, morguldir' # The full version, including alpha/beta/rc tags -release = '0.6.8' +release = '0.6.9' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 659d32d..9f66888 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='tidalapi', - version='0.6.8', + version='0.6.9', description='Unofficial API for TIDAL music streaming service.', long_description=long_description, author='Thomas Amland', diff --git a/tox.ini b/tox.ini index b1c101d..55b54d3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py36,py37,py38,py39,pypy,pypy3 +envlist = py27,py37,py38,py39,py310,pypy,pypy3 [testenv] passenv = TIDAL_PASSWORD TIDAL_USERNAME