Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 15, 2013
1 parent 1d7896a commit 5dde69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -64,7 +64,7 @@ Changelog
=========


v1.0.4 (UNRELEASED)
v1.0.4 (2013-12-15)
-------------------

- Require Requests >= 1.0, as 0.x does not seem to be enough. (Fixes: #7)
Expand Down
2 changes: 1 addition & 1 deletion mopidy_beets/__init__.py
Expand Up @@ -6,7 +6,7 @@
from mopidy.exceptions import ExtensionError


__version__ = '1.0.3'
__version__ = '1.0.4'


class BeetsExtension(ext.Extension):
Expand Down

0 comments on commit 5dde69c

Please sign in to comment.