File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
History
4
4
-------
5
+
6
+ v0.6.2
7
+ ------
8
+
9
+ * Update lossless token - morguldir _
10
+ * Always use the same api token - morguldir _
11
+ * Include additional info when logging fails - morguldir _
12
+ * Make user_id and country_code optional when using load_session() - morguldir _
13
+ * Add version tag for Track - Husky22 _
14
+ * Switch to netlify for documentation - morguldir _
15
+
16
+ .. _morguldir : https://github.com/morguldir
17
+ .. _Husky22 : https://github.com/Husky22
Original file line number Diff line number Diff line change 22
22
author = 'Thomas Amland, morguldir'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.6.1 '
25
+ release = '0.6.2 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = 'tidalapi' ,
21
- version = '0.6.1 ' ,
21
+ version = '0.6.2 ' ,
22
22
description = 'Unofficial API for TIDAL music streaming service.' ,
23
23
long_description = long_description ,
24
24
author = 'Thomas Amland' ,
37
37
"Programming Language :: Python :: 2" ,
38
38
'Programming Language :: Python :: 2.7' ,
39
39
'Programming Language :: Python :: 3' ,
40
- 'Programming Language :: Python :: 3.4 ' ,
40
+ 'Programming Language :: Python :: 3.5 ' ,
41
41
'Programming Language :: Python :: 3.6' ,
42
42
'Programming Language :: Python :: 3.7' ,
43
+ 'Programming Language :: Python :: 3.8' ,
43
44
],
44
45
)
You can’t perform that action at this time.
0 commit comments