From 05b6ebeb7b2541ea6a409b7402641bc5623e5eaa Mon Sep 17 00:00:00 2001 From: tehkillerbee Date: Mon, 19 Jan 2026 20:10:55 +0100 Subject: [PATCH] Version bump --- HISTORY.rst | 4 ++++ docs/conf.py | 2 +- pyproject.toml | 2 +- tidalapi/__init__.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 536db06..ce85358 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ======= +v0.8.11 +-------- +* Bump mpegdash version to 0.4.1 (Fixes bug caused by non-compliant DASH manifests) + v0.8.10 -------- * Tests: Updated misc. tests, added pagination tests - tehkillerbee_ diff --git a/docs/conf.py b/docs/conf.py index cf47127..8469794 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "The tidalapi Developers" # The full version, including alpha/beta/rc tags -release = "0.8.10" +release = "0.8.11" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 87c89bb..4bc81bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidalapi" -version = "0.8.10" +version = "0.8.11" description = "Unofficial API for TIDAL music streaming service." authors = ["Thomas Amland "] maintainers = ["tehkillerbee "] diff --git a/tidalapi/__init__.py b/tidalapi/__init__.py index eac49a0..5f4f7be 100644 --- a/tidalapi/__init__.py +++ b/tidalapi/__init__.py @@ -17,4 +17,4 @@ User, ) -__version__ = "0.8.10" +__version__ = "0.8.11"