chg: Bump version

pull/422/head
Raphaël Vinot 2019-07-18 14:55:48 +02:00
parent 4ade9b8130
commit 60a2bdfd43
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
__version__ = '2.4.111'
__version__ = '2.4.111.1'
import logging
import warnings
import sys

View File

@ -1615,6 +1615,7 @@ class TestComprehensive(unittest.TestCase):
server = self.admin_misp_connector.delete_server(server.id)
# FIXME: https://github.com/MISP/MISP/issues/4889
@unittest.skipIf(sys.version_info < (3, 6), 'Not supported on python < 3.6')
def test_expansion(self):
first = self.create_simple_event()
try: