Skip to content

Commit dd803f8

Browse files
authored
Merge pull request #391 from EbbLabs/feature/v0.8.10
Version bump
2 parents 5e1e4ba + ca0d737 commit dd803f8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

HISTORY.rst

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

6+
v0.8.10
7+
--------
8+
* Tests: Updated misc. tests, added pagination tests - tehkillerbee_
9+
* Bugfix: Final chunk count must not exceed maximum number of playlists (Fixes #389) - tehkillerbee_
10+
* Bugfix: Fix track version if empty (Fixes #388) - tehkillerbee_
11+
612
v0.8.9
713
--------
814
* Bugfix: Return correct Exception, depending on status_code (404, 429). Add missing Raise, comments. Fixes #385 - tehkillerbee_

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.9"
26+
release = "0.8.10"
2727

2828

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tidalapi"
3-
version = "0.8.9"
3+
version = "0.8.10"
44
description = "Unofficial API for TIDAL music streaming service."
55
authors = ["Thomas Amland <thomas.amland@googlemail.com>"]
66
maintainers = ["tehkillerbee <tehkillerbee@users.noreply.github.com>"]

tidalapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
User,
1818
)
1919

20-
__version__ = "0.8.9"
20+
__version__ = "0.8.10"

0 commit comments

Comments
 (0)