Skip to content

Commit 357698c

Browse files
committed
Version bump. Updated changelog, poetry.
1 parent 9c451c7 commit 357698c

File tree

5 files changed

+92
-81
lines changed

5 files changed

+92
-81
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
33
History
44
=======
5+
v0.8.2
6+
------
7+
* Fixed wrong determination of file extensions for stream metadata. - exislow_
8+
* Moved LinkLogin and futures to login_oauth. - exislow_
9+
* Added/updated docstrings for auth methods. - exislow_
10+
* Methods for device authorization have been renamed considered private. - exislow_
11+
512
v0.8.1
613
------
714
* Typings: get_urls() returned value shall be `[str]`. - exislow_

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "The tidalapi Developers"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.8.1"
26+
release = "0.8.2"
2727

2828

2929
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)