We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21bd30 commit afebaf1Copy full SHA for afebaf1
3 files changed
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+v0.6.4
7
+------
8
+
9
+* Add parameter to search() allowing for more results (up to 300) - morguldir_
10
+* Fix get_track_url() not returning anything - morguldir_
11
12
v0.6.3
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.3'
+release = '0.6.4'
26
27
28
# -- General configuration ---------------------------------------------------
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name='tidalapi',
21
- version='0.6.3',
+ version='0.6.4',
description='Unofficial API for TIDAL music streaming service.',
long_description=long_description,
author='Thomas Amland',
0 commit comments