File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 History
44-------
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 2222author = 'Thomas Amland, morguldir'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.6.1 '
25+ release = '0.6.2 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = 'tidalapi' ,
21- version = '0.6.1 ' ,
21+ version = '0.6.2 ' ,
2222 description = 'Unofficial API for TIDAL music streaming service.' ,
2323 long_description = long_description ,
2424 author = 'Thomas Amland' ,
3737 "Programming Language :: Python :: 2" ,
3838 'Programming Language :: Python :: 2.7' ,
3939 'Programming Language :: Python :: 3' ,
40- 'Programming Language :: Python :: 3.4 ' ,
40+ 'Programming Language :: Python :: 3.5 ' ,
4141 'Programming Language :: Python :: 3.6' ,
4242 'Programming Language :: Python :: 3.7' ,
43+ 'Programming Language :: Python :: 3.8' ,
4344 ],
4445)
You can’t perform that action at this time.
0 commit comments