We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108c4d1 commit 9be0195Copy full SHA for 9be0195
CHANGELOG.md
@@ -1,6 +1,12 @@
1
CHANGELOG
2
=========
3
4
+v. 1.8.3
5
+--------
6
+*9 Dec 2024*
7
+
8
+- Switch to pure python library for dbus - PR #82 by @allhailwesttexas (closes #53)
9
10
v. 1.8.2
11
--------
12
*1 Nov 2023*
spotifycli/spotifycli.py
@@ -112,7 +112,7 @@ def get_arguments():
112
113
114
def show_version():
115
- print("1.8.2")
+ print("1.8.3")
116
117
118
def get_song():
spotifycli/version.py
@@ -1 +1 @@
-__version__ = "1.8.2"
+__version__ = "1.8.3"
0 commit comments