We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54db598 commit f9fa9b3Copy full SHA for f9fa9b3
3 files changed
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
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
12
v0.6.2
13
------
14
docs/conf.py
@@ -22,7 +22,7 @@
22
author = 'Thomas Amland, morguldir'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.6.2'
+release = '0.6.3'
26
27
28
# -- General configuration ---------------------------------------------------
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name='tidalapi',
21
- version='0.6.2',
+ version='0.6.3',
description='Unofficial API for TIDAL music streaming service.',
long_description=long_description,
author='Thomas Amland',
0 commit comments