Skip to content

Commit bc00f07

Browse files
committed
Bump version, update Changelog, and fix test
1 parent bc379b9 commit bc00f07

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v3.0.7 - 31 October 2024
2+
3+
## Fixes
4+
5+
- Update library to work with ATT&CK v16.0 new platform names
6+
17
# v3.0.6 - 5/2/2024
28

39
## Fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="mitreattack-python",
8-
version="3.0.6",
8+
version="3.0.7",
99
author="MITRE ATT&CK, MITRE Corporation",
1010
author_email="attack@mitre.org",
1111
description="MITRE ATT&CK python library",

tests/test_mitreattackdata.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import pytest
2+
13
from mitreattack.constants import PLATFORMS_LOOKUP
24
from mitreattack.stix20 import MitreAttackData
35

0 commit comments

Comments
 (0)