Skip to content

Commit

Permalink
v0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
morguldir committed Jan 19, 2022
1 parent 261f0a0 commit 950a24b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 950a24b

Please sign in to comment.