Skip to content

Commit

Permalink
Require Mopidy >= 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Mar 23, 2015
1 parent 4f3c039 commit e7ee3e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,13 @@ Project resources
Changelog
=========

v1.0.0 (UNRELEASED)
-------------------

- Require Mopidy >= 1.0

v0.3.1 (2014-01-28)
-----------------
-------------------

- Removed last_modified field from Playlist generation, to avoid problem in Mopidy core

Expand Down
2 changes: 1 addition & 1 deletion mopidy_subsonic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from mopidy import ext, config

__version__ = '0.3.1'
__version__ = '1.0.0'


class SubsonicExtension(ext.Extension):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_version(filename):
include_package_data=True,
install_requires=[
'setuptools',
'Mopidy >= 0.18',
'Mopidy >= 1.0',
'Pykka >= 1.1',
'py-sonic',
],
Expand Down

0 comments on commit e7ee3e9

Please sign in to comment.