Skip to content

Commit

Permalink
Prepare v0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Aug 19, 2015
1 parent 69f98b8 commit 268f951
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.2 2015-08-18
----------------

- Move mapping helpers to translator module.

- Add ``mopidy_dleyna.dleyna.__main__``.

- Update `README.rst`.


0.5.1 2015-08-14
----------------

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.1'
__version__ = '0.5.2'


class Extension(ext.Extension):
Expand Down

0 comments on commit 268f951

Please sign in to comment.