Releasing 3.4.7

This commit is contained in:
James Barnsley
2017-09-26 20:50:46 +13:00
parent c7ebd387c5
commit 2fac8dee11
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.4.6
3.4.7

View File

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

View File

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