Version
This commit is contained in:
@ -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'
|
||||
}),
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user