This commit is contained in:
James Barnsley
2017-03-02 20:37:04 +13:00
parent a5773c648e
commit a7c5d41f0a

View File

@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
from core import IrisCore
logger = logging.getLogger(__name__)
__version__ = '2.13.0'
__version__ = '2.13.1'
##
# Core extension class
@ -73,4 +73,4 @@ def iris_factory(config, core):
'path': path,
'default_filename': 'index.html'
}),
]
]