From bc69e17e5fc4afe2d9e4f1541def8b71a07d4e50 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Wed, 4 Sep 2024 20:44:04 +0200 Subject: [PATCH] bump version --- HISTORY.rst | 5 +++++ pyproject.toml | 2 +- tidalapi/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2813032..ab03bdb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ History ======= +v0.7.7 +------ +* Add support to get tracks by ISRC - M4TH1EU_ +* Add support to get albums by Barcode ID (UPC) - M4TH1EU_ v0.7.6 ------ @@ -178,6 +182,7 @@ v0.6.2 .. _arnesongit: https://github.com/arnesongit .. _Jimmyscene: https://github.com/Jimmyscene .. _quodrum-glas: https://github.com/quodrum-glas +.. _M4TH1EU: https://github.com/M4TH1EU diff --git a/pyproject.toml b/pyproject.toml index 52ab5a6..18b66b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidalapi" -version = "0.7.6" +version = "0.7.7" description = "Unofficial API for TIDAL music streaming service." authors = ["Thomas Amland "] maintainers = ["tehkillerbee "] diff --git a/tidalapi/__init__.py b/tidalapi/__init__.py index 41b0067..23a63af 100644 --- a/tidalapi/__init__.py +++ b/tidalapi/__init__.py @@ -19,4 +19,4 @@ User, ) -__version__ = "0.7.6" +__version__ = "0.7.7"