diff --git a/HISTORY.rst b/HISTORY.rst index 1f30d45..9cb343e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +v0.6.4 +------ + +* Add parameter to search() allowing for more results (up to 300) - morguldir_ +* Fix get_track_url() not returning anything - morguldir_ + v0.6.3 ------ diff --git a/docs/conf.py b/docs/conf.py index b85a330..0ea9156 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Thomas Amland, morguldir' # The full version, including alpha/beta/rc tags -release = '0.6.3' +release = '0.6.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0c02cf2..8c6ab96 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='tidalapi', - version='0.6.3', + version='0.6.4', description='Unofficial API for TIDAL music streaming service.', long_description=long_description, author='Thomas Amland',