Skip to content

Commit

Permalink
Version bump, updated history
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Nov 9, 2024
1 parent 400b461 commit 1720a0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======
v0.8.1
------
* Typings: get_urls() returned value shall be `[str]`. - exislow_
* Remove MQA legacy code leftovers, HIRES naming inconsistency - exislow_
* Tests: Updated unit test(s) - tehkillerbee_

v0.8.0
------
* BREAKING: MQA, Sony 360 audio no longer supported July 24th 2024; removed references to these formats. - tehkillerbee_
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "The tidalapi Developers"

# The full version, including alpha/beta/rc tags
release = "0.8.0"
release = "0.8.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tidalapi"
version = "0.8.0"
version = "0.8.1"
description = "Unofficial API for TIDAL music streaming service."
authors = ["Thomas Amland <thomas.amland@googlemail.com>"]
maintainers = ["tehkillerbee <tehkillerbee@users.noreply.github.com>"]
Expand Down
2 changes: 1 addition & 1 deletion tidalapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
User,
)

__version__ = "0.8.0"
__version__ = "0.8.1"

0 comments on commit 1720a0b

Please sign in to comment.