Skip to content

Commit 7eaf5cf

Browse files
committed
v0.6.10
1 parent 0b80efb commit 7eaf5cf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.rst

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

6+
v0.6.10
7+
-------
8+
* Update the client secret - 1nikolas_
9+
* Use a track url endpoint compatible with the new secret - morguldir_
10+
611
v0.6.9
712
------
813

@@ -57,3 +62,4 @@ v0.6.2
5762
.. _morguldir: https://github.com/morguldir
5863
.. _Husky22: https://github.com/Husky22
5964
.. _ktnrg45: https://github.com/ktnrg45
65+
.. _1nikolas: https://github.com/1nikolas

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.9'
25+
release = '0.6.10'
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.9',
24+
version='0.6.10',
2525
description='Unofficial API for TIDAL music streaming service.',
2626
long_description=long_description,
2727
author='Thomas Amland',

0 commit comments

Comments
 (0)