File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
+ v0.6.8
7
+ ------
8
+
9
+ * Support OAuth login through login_oauth_simple() and login_oauth() - morguldir _
10
+ * Support loading an OAuth session through load_oauth_session() - morguldir _
11
+ * Include more info when a request fails - morguldir _
12
+
6
13
v0.6.7
7
14
------
8
15
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.7 '
25
+ release = '0.6.8 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = 'tidalapi' ,
24
- version = '0.6.7 ' ,
24
+ version = '0.6.8 ' ,
25
25
description = 'Unofficial API for TIDAL music streaming service.' ,
26
26
long_description = long_description ,
27
27
author = 'Thomas Amland' ,
You can’t perform that action at this time.
0 commit comments