Skip to content

Commit 243127c

Browse files
committed
Version bump. Update changelog.
1 parent 51c08e0 commit 243127c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
33
History
44
=======
5+
v0.8.5
6+
------
7+
* Cleanup: Removed deprecated function(s). - tehkillerbee_
8+
* Feature: MixV2: Add support for parsing mixes originating from PageCategoryV2. - tehkillerbee_
9+
* Feature: Add support for PageCategoryV2 as used on Home page. - tehkillerbee_, Nokse22_
10+
* Feature: Add pagination workers from mopidy-tidal - tehkillerbee_, BlackLight_
11+
* Fix(playlist): Improve v2 endpoint usage. - tehkillerbee_
12+
* fix(playlist): More robust handling of the passed objects. - BlackLight_
13+
514
v0.8.4
615
------
716
* Album: Add UPC barcode, genre URL for tidal tracks - 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.4"
26+
release = "0.8.5"
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.4"
3+
version = "0.8.5"
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.4"
20+
__version__ = "0.8.5"

0 commit comments

Comments
 (0)