Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jul 21, 2014
1 parent d8b0d13 commit 6acacf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ Project resources
Changelog
=========

v1.0.1 (2014-07-21)
-------------------

- Correctly require Mopidy 0.19 instead of 0.18.

v1.0.0 (2014-07-21)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_alsamixer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from mopidy import config, ext


__version__ = '1.0.0'
__version__ = '1.0.1'


class Extension(ext.Extension):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_version(filename):
include_package_data=True,
install_requires=[
'setuptools',
'Mopidy >= 0.18', # TODO: Change to >= 0.20 before release
'Mopidy >= 0.19',
'Pykka >= 1.1',
'pyalsaaudio',
],
Expand Down

0 comments on commit 6acacf6

Please sign in to comment.