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 351b9c4 commit 9083716Copy full SHA for 9083716
CHANGELOG.md
@@ -1,6 +1,12 @@
1
CHANGELOG
2
=========
3
4
+v. 1.7.1
5
+--------
6
+*05 Nov 2022*
7
+
8
+- updated version number
9
10
v. 1.7.0
11
--------
12
*05 Nov 2022*
spotifycli/spotifycli.py
@@ -107,7 +107,7 @@ def get_arguments():
107
108
109
def show_version():
110
- print("1.6.0")
+ print("1.7.1")
111
112
113
def get_song():
spotifycli/version.py
@@ -1 +1 @@
-__version__ = "1.7.0"
+__version__ = "1.7.1"
0 commit comments