From 1720a0bcb7b2ec1d935ca11b366eba1d1655d459 Mon Sep 17 00:00:00 2001 From: tehkillerbee Date: Sat, 9 Nov 2024 22:54:03 +0100 Subject: [PATCH] Version bump, updated history --- HISTORY.rst | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- tidalapi/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 197d5e2..d57cb3f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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_ diff --git a/docs/conf.py b/docs/conf.py index d42ebf1..ee4a329 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index cb4fbb5..9e93e8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["tehkillerbee "] diff --git a/tidalapi/__init__.py b/tidalapi/__init__.py index df2e034..a9df5cc 100644 --- a/tidalapi/__init__.py +++ b/tidalapi/__init__.py @@ -19,4 +19,4 @@ User, ) -__version__ = "0.8.0" +__version__ = "0.8.1"