Skip to content

Commit ddb0cca

Browse files
committed
chg: [version] bump version to 1.4.4
1 parent 8512268 commit ddb0cca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name='MISP_maltego',
1010
author='Christophe Vandeplas',
1111
# also update version in util.py
12-
version='1.4.3',
12+
version='1.4.4',
1313
author_email='christophe@vandeplas.com',
1414
maintainer='Christophe Vandeplas',
1515
url='https://github.com/MISP/MISP-maltego',

src/MISP_maltego/transforms/common/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# FIXME from galaxy 'to MISP Event' is confusing
1616

17-
__version__ = '1.4.3' # also update version in setup.py
17+
__version__ = '1.4.4' # also update version in setup.py
1818

1919
tag_note_prefixes = ['tlp:', 'PAP:', 'de-vs:', 'euci:', 'fr-classif:', 'nato:']
2020

@@ -405,7 +405,7 @@ def galaxy_update_local_copy(force=False):
405405
force = True
406406

407407
if force:
408-
# FIXME create a lock to prevent two processes doing the same, and writing to the file at the same time
408+
# create a lock to prevent two processes doing the same, and writing to the file at the same time
409409
lockfile = local_path_uuid_mapping + '.lock'
410410
from pathlib import Path
411411
while os.path.exists(lockfile):

0 commit comments

Comments
 (0)