Skip to content

Commit

Permalink
Prepare v0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Aug 19, 2015
1 parent 635838f commit 5fe3200
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.5.3 2015-08-19
----------------

- Fix lost server handling.

- Check device's `SearchCaps` when searching.

- Improve log messages.


0.5.2 2015-08-18
----------------

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

from mopidy import config, exceptions, ext

__version__ = '0.5.2'
__version__ = '0.5.3'


class Extension(ext.Extension):
Expand Down

0 comments on commit 5fe3200

Please sign in to comment.