Skip to content

Commit 899e6b3

Browse files
authored
Merge pull request #400 from EbbLabs/feature/v0.8.11
Version bump
2 parents 48e2834 + 05b6ebe commit 899e6b3

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

HISTORY.rst

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

6+
v0.8.11
7+
--------
8+
* Bump mpegdash version to 0.4.1 (Fixes bug caused by non-compliant DASH manifests)
9+
610
v0.8.10
711
--------
812
* Tests: Updated misc. tests, added pagination tests - 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.10"
26+
release = "0.8.11"
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.10"
3+
version = "0.8.11"
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.10"
20+
__version__ = "0.8.11"

0 commit comments

Comments
 (0)