Skip to content

Commit f9fa9b3

Browse files
committed
v0.6.3
1 parent 54db598 commit f9fa9b3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
v0.6.3
7+
------
8+
9+
* Fix quality options using enum names instead of values - morguldir_
10+
* Handle situations where tidal doesn't set the version tag - morguldir_
11+
612
v0.6.2
713
------
814

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.2'
25+
release = '0.6.3'
2626

2727

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='tidalapi',
21-
version='0.6.2',
21+
version='0.6.3',
2222
description='Unofficial API for TIDAL music streaming service.',
2323
long_description=long_description,
2424
author='Thomas Amland',

0 commit comments

Comments
 (0)