Skip to content

Commit

Permalink
bumped version to 1.8.3 and added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittchen committed Dec 9, 2024
1 parent 108c4d1 commit 9be0195
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
2 changes: 1 addition & 1 deletion spotifycli/spotifycli.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_arguments():


def show_version():
print("1.8.2")
print("1.8.3")


def get_song():
Expand Down
2 changes: 1 addition & 1 deletion spotifycli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.2"
__version__ = "1.8.3"

0 comments on commit 9be0195

Please sign in to comment.