Prep for v0.0.2

remotes/origin/extra-event-options v0.0.2
Phil Howard 2019-11-12 09:58:16 +00:00
parent c8f8745222
commit d35b1e29dd
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ Changelog
********* *********
v0.0.2
========================================
- Change default settings to match Pirate Audio
v0.0.1 (UNRELEASED) v0.0.1 (UNRELEASED)
======================================== ========================================

View File

@ -7,7 +7,7 @@ from mopidy import config, ext
from .pinconfig import PinConfig from .pinconfig import PinConfig
__version__ = "0.0.1" __version__ = "0.0.2"
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)