Skip to content

Commit

Permalink
Merge pull request #35 from mcarlton00/version-bump
Browse files Browse the repository at this point in the history
Bump version to 0.7.0
  • Loading branch information
mcarlton00 committed Feb 9, 2020
2 parents 4f5c4c2 + c83b20a commit 774f833
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

v0.7.0
---------------------------------------

- Add config option for artist sort method
- Remove need to manually define user_id for hidden users
- Support for servers with a baseurl set
- Remove separate port config option
- Add custom name formats for albums in browse mode
- Add remote control from the Jellyfin Web UI or mobile apps
- Add playback reporting from Mopidy to Jellyfin server


v0.6.0
---------------------------------------

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


__version__ = '0.6.0'
__version__ = '0.7.0'

logger = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_version(filename):
setup(
name='Mopidy-Jellyfin',
version=get_version('mopidy_jellyfin/__init__.py'),
url='https://github.com/mcarlton00/mopidy-jellyfin',
url='https://github.com/jellyfin/mopidy-jellyfin',
license='Apache License, Version 2.0',
author='Matt Carlton',
author_email='[email protected]',
Expand All @@ -41,7 +41,7 @@ def get_version(filename):
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2 :: 3',
'Topic :: Multimedia :: Sound/Audio :: Players',
],
)

0 comments on commit 774f833

Please sign in to comment.