Releasing 3.4.8

This commit is contained in:
James Barnsley
2017-09-28 08:45:05 +13:00
parent fec829cc33
commit 4dea2bb29b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ from core import IrisCore
from raven import Client
logger = logging.getLogger(__name__)
__version__ = '3.4.7'
__version__ = '3.4.8'
##
# Core extension class

View File

@ -1,6 +1,6 @@
{
"name": "mopidy-iris",
"version": "3.4.7",
"version": "3.4.8",
"description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <james@barnsley.nz>",