From 9be0195083538455876e4ffc5418bb6e7242c80d Mon Sep 17 00:00:00 2001 From: Piotr Wittchen Date: Mon, 9 Dec 2024 11:53:15 +0100 Subject: [PATCH] bumped version to 1.8.3 and added changelog --- CHANGELOG.md | 6 ++++++ spotifycli/spotifycli.py | 2 +- spotifycli/version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de79acc..5fb5534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +v. 1.8.3 +-------- +*9 Dec 2024* + +- Switch to pure python library for dbus - PR #82 by @allhailwesttexas (closes #53) + v. 1.8.2 -------- *1 Nov 2023* diff --git a/spotifycli/spotifycli.py b/spotifycli/spotifycli.py index 178585a..b802df4 100755 --- a/spotifycli/spotifycli.py +++ b/spotifycli/spotifycli.py @@ -112,7 +112,7 @@ def get_arguments(): def show_version(): - print("1.8.2") + print("1.8.3") def get_song(): diff --git a/spotifycli/version.py b/spotifycli/version.py index 320141d..a44132d 100644 --- a/spotifycli/version.py +++ b/spotifycli/version.py @@ -1 +1 @@ -__version__ = "1.8.2" +__version__ = "1.8.3"