Releasing 3.6.0

This commit is contained in:
James Barnsley
2017-10-21 22:07:03 +13:00
parent badb518d13
commit 3d19c991a0
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.5.5
3.6.0

View File

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

View File

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