Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 3206309

Browse files
author
Samuel Hassine
committed
[client] Prepare minor release
1 parent fe78f85 commit 3206309

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,9 @@ def prepare_export(
12991299
return result
13001300
elif mode == "full":
13011301
# Get extra relations
1302-
stix_relations = self.opencti.stix_relation.list(fromId=entity["id"], forceNatural=True)
1302+
stix_relations = self.opencti.stix_relation.list(
1303+
fromId=entity["id"], forceNatural=True
1304+
)
13031305
for stix_relation in stix_relations:
13041306
if self.check_max_marking_definition(
13051307
max_marking_definition_entity, stix_relation["markingDefinitions"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
print("warning: pypandoc module not found, could not convert Markdown to RST")
1414
read_md = lambda f: open(f, "r").read()
1515

16-
VERSION = "3.1.0"
16+
VERSION = "3.0.4"
1717

1818

1919
class VerifyVersionCommand(install):

0 commit comments

Comments
 (0)