Releasing 3.4.6

This commit is contained in:
James Barnsley
2017-09-26 20:27:03 +13:00
parent 75c375a3e1
commit d73022913e
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.4.5
3.4.6

View File

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

View File

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