Skip to content

Commit b7323b7

Browse files
committed
v0.6.8
1 parent 9e8d8a2 commit b7323b7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.rst

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

6+
v0.6.8
7+
------
8+
9+
* Support OAuth login through login_oauth_simple() and login_oauth() - morguldir_
10+
* Support loading an OAuth session through load_oauth_session() - morguldir_
11+
* Include more info when a request fails - morguldir_
12+
613
v0.6.7
714
------
815

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

2727

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

setup.py

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

2222
setup(
2323
name='tidalapi',
24-
version='0.6.7',
24+
version='0.6.8',
2525
description='Unofficial API for TIDAL music streaming service.',
2626
long_description=long_description,
2727
author='Thomas Amland',

0 commit comments

Comments
 (0)