Releasing 3.6.1

This commit is contained in:
James Barnsley
2017-10-23 18:17:58 +13:00
parent fe90d81844
commit 3d0aca3560
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.6.0
3.6.1

View File

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

View File

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