Skip to content

Commit 1720a0b

Browse files
committed
Version bump, updated history
1 parent 400b461 commit 1720a0b

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
@@ -2,6 +2,12 @@
22
33
History
44
=======
5+
v0.8.1
6+
------
7+
* Typings: get_urls() returned value shall be `[str]`. - exislow_
8+
* Remove MQA legacy code leftovers, HIRES naming inconsistency - exislow_
9+
* Tests: Updated unit test(s) - tehkillerbee_
10+
511
v0.8.0
612
------
713
* BREAKING: MQA, Sony 360 audio no longer supported July 24th 2024; removed references to these formats. - 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.0"
26+
release = "0.8.1"
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.0"
3+
version = "0.8.1"
44
description = "Unofficial API for TIDAL music streaming service."
55
authors = ["Thomas Amland <[email protected]>"]
66
maintainers = ["tehkillerbee <[email protected]>"]

tidalapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
User,
2020
)
2121

22-
__version__ = "0.8.0"
22+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)