Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 28, 2014
1 parent 770b733 commit d144005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -64,11 +64,11 @@ Project resources
Changelog
=========

v1.1.1 (UNRELEASED)
v1.1.1 (2014-12-29)
-------------------

- Updated to work with ``None`` as the default value of ``track_no`` in
Mopidy's ``Track`` model. This was changed in Mopidy 0.20.
Mopidy's ``Track`` model. This was changed in Mopidy 0.19.5. (Fixes: #7)

v1.1.0 (2014-01-20)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion mopidy_scrobbler/__init__.py
Expand Up @@ -5,7 +5,7 @@
from mopidy import config, ext


__version__ = '1.1.0'
__version__ = '1.1.1'


class Extension(ext.Extension):
Expand Down

0 comments on commit d144005

Please sign in to comment.