Skip to content

Commit 23f0fe2

Browse files
committed
updated version to 1.8.0
1 parent b197391 commit 23f0fe2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
v. 1.8.0
5+
--------
6+
*11 Mar 2023*
7+
8+
- added --position param
9+
- updated CI configuration
10+
411
v. 1.7.1
512
--------
613
*05 Nov 2022*

spotifycli/spotifycli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def get_arguments():
110110

111111

112112
def show_version():
113-
print("1.7.1")
113+
print("1.8.0")
114114

115115

116116
def get_song():

spotifycli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.1"
1+
__version__ = "1.8.0"

0 commit comments

Comments
 (0)