Skip to content

Commit a86dfe5

Browse files
committed
v0.6.2
1 parent d0640f3 commit a86dfe5

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

HISTORY.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,16 @@
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

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.1'
25+
release = '0.6.2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
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',
@@ -37,8 +37,9 @@
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
)

0 commit comments

Comments
 (0)