Skip to content

Commit

Permalink
Version bump for 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarlton00 committed Nov 22, 2019
1 parent 5117c60 commit 63f77e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

v0.5.5
---------------------------------------

- Full support for Unicode in artist and albums name
- Python 3 Support
- Fixed bug in album searches being inefficient
- Better caching
- Added getting started development notes
- Instructions for logging in as a hidden user

v0.5.4
---------------------------------------

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.4'
__version__ = '0.5.5'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 63f77e3

Please sign in to comment.