From b7323b7ea7ffd767492bf35fecc1efae6042e375 Mon Sep 17 00:00:00 2001 From: morguldir Date: Fri, 16 Apr 2021 17:34:11 +0200 Subject: [PATCH] v0.6.8 --- HISTORY.rst | 7 +++++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 234c2ed..75e04ec 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +v0.6.8 +------ + +* Support OAuth login through login_oauth_simple() and login_oauth() - morguldir_ +* Support loading an OAuth session through load_oauth_session() - morguldir_ +* Include more info when a request fails - morguldir_ + v0.6.7 ------ diff --git a/docs/conf.py b/docs/conf.py index 8ed30eb..0569683 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.7' +release = '0.6.8' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f3467b6..659d32d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='tidalapi', - version='0.6.7', + version='0.6.8', description='Unofficial API for TIDAL music streaming service.', long_description=long_description, author='Thomas Amland',