Skip to content

Commit 950a24b

Browse files
committed
v0.6.9
1 parent 261f0a0 commit 950a24b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

HISTORY.rst

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

6+
v0.6.9
7+
------
8+
9+
* Update the client secret - morguldir_
10+
* Fix token_refresh() not correctly including the client secret - morguldir_
11+
612
v0.6.8
713
------
814

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.8'
25+
release = '0.6.9'
2626

2727

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

setup.py

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

2222
setup(
2323
name='tidalapi',
24-
version='0.6.8',
24+
version='0.6.9',
2525
description='Unofficial API for TIDAL music streaming service.',
2626
long_description=long_description,
2727
author='Thomas Amland',

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,py36,py37,py38,py39,pypy,pypy3
2+
envlist = py27,py37,py38,py39,py310,pypy,pypy3
33

44
[testenv]
55
passenv = TIDAL_PASSWORD TIDAL_USERNAME

0 commit comments

Comments
 (0)