Skip to content

Commit 86f51a5

Browse files
committed
Buildout 2.7.2
1 parent 7401149 commit 86f51a5

21 files changed

Lines changed: 141 additions & 218 deletions

mopidy_spotmop/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from services.auth import auth
1212
from mopidy import config, ext
1313

14-
__version__ = '2.7.1'
14+
__version__ = '2.7.2'
1515
__ext_name__ = 'spotmop'
1616
__verbosemode__ = False
1717

@@ -88,4 +88,4 @@ def spotmop_client_factory(config, core):
8888
"path": spotmoppath,
8989
"default_filename": "index.html"
9090
}),
91-
]
91+
]

0 commit comments

Comments
 (0)