Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarlton00 committed Jul 22, 2019
1 parent 96e601d commit ff6352a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v0.5.3
---------------------------------------

- Fix bug with artists/albums not matching if metadata has different capitalization
- Artists that have special characters in their names
- Browsing albums returns correct datatype
- AddresseFlake8 errors

v0.5.2
---------------------------------------

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


__version__ = '0.5.2'
__version__ = '0.5.3'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit ff6352a

Please sign in to comment.