Skip to content

Commit aae07bb

Browse files
committed
Version bump, updated changelog. Allow break-system-packages
1 parent e49ea35 commit aae07bb

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

HISTORY.rst

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

6+
v0.8.9
7+
--------
8+
* Bugfix: Favorite videos default limit incorrect - tehkillerbee_
9+
* Tests: Added get_favorite_* tests - tehkillerbee_
10+
611
v0.8.8
712
--------
813
* Bugfix: OAuth Client ID, secret updated - tehkillerbee_

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ shell:
2020
install:
2121
rm -rf dist
2222
poetry build
23-
pip install dist/*.whl
23+
pip install dist/*.whl --break-system-packages
2424

2525
format:
2626
${POETRY} isort tidalapi tests

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.8"
26+
release = "0.8.9"
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.8"
3+
version = "0.8.9"
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.8"
20+
__version__ = "0.8.9"

0 commit comments

Comments
 (0)