File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
=======
5
5
6
+ v0.7.1
7
+ ------
8
+ * Quick fix for "got key error 'picture'" error. - BlackLight _
9
+ * Bring back Radio support - bjesus _
10
+ * Added function for multiple deletions at once bloedboemmel _
11
+ * Use UTC instead of local time for expiry_time lutzbuerkle _
12
+
6
13
v0.7.0
7
14
------
8
15
90
97
.. _BlackLight : https://github.com/BlackLight
91
98
.. _lutzbuerkle : https://github.com/lutzbuerkle
92
99
.. _retired-guy : https://github.com/retired-guy
100
+ .. _bjesus : https://github.com/bjesus
101
+ .. _bloedboemmel : https://github.com/bloedboemmel
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = 'tidalapi' ,
24
- version = '0.7.0 ' ,
24
+ version = '0.7.1 ' ,
25
25
description = 'Unofficial API for TIDAL music streaming service.' ,
26
26
long_description = long_description ,
27
27
author = 'Thomas Amland' ,
28
28
29
- maintainer = 'morguldir ' ,
30
- maintainer_email = 'morguldir@protonmail .com' ,
29
+ maintainer = 'tehkillerbee ' ,
30
+ maintainer_email = 'josaksel.dk@gmail .com' ,
31
31
url = 'https://github.com/tamland/python-tidal' ,
32
32
license = 'LGPL' ,
33
33
packages = ['tidalapi' ],
Original file line number Diff line number Diff line change 21
21
22
22
from .request import Requests
23
23
24
- __version__ = "0.7.0 "
24
+ __version__ = "0.7.1 "
You can’t perform that action at this time.
0 commit comments