Version bump to 3.45.0

This commit is contained in:
James Barnsley
2020-02-21 09:57:40 +13:00
parent 49912ba031
commit 5e65d79830
6 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ import pathlib
from mopidy import config, ext
__version__ = "3.44.3"
__version__ = "3.45.0"
logger = logging.getLogger(__name__)