File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.4.0 (2026-01-27)
4+
5+ ### Feat
6+
7+ - add relationships for detection strategies, analytics and log sources in the excel files
8+
9+ ### Fix
10+
11+ - ** PR184** : reduce typeChecker noise when passing a float to score()
12+
313## 5.3.0 (2025-11-13)
414
515### Feat
Original file line number Diff line number Diff line change 1212
1313# -- Project information -----------------------------------------------------
1414project = "mitreattack-python"
15- copyright = "2025 , The MITRE Corporation"
16- version = "5.3 .0"
17- release = "5.3 .0"
15+ copyright = "2026 , The MITRE Corporation"
16+ version = "5.4 .0"
17+ release = "5.4 .0"
1818
1919# -- General configuration ---------------------------------------------------
2020extensions = [
Original file line number Diff line number Diff line change 55from PIL import __version__
66from . import attackToExcel , collections , navlayers
77
8- __version__ = "5.3 .0"
8+ __version__ = "5.4 .0"
99
1010__all__ = [
1111 "attackToExcel" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[project ]
66name = " mitreattack-python"
77description = " MITRE ATT&CK python library"
8- version = " 5.3 .0"
8+ version = " 5.4 .0"
99authors = [{ name = " MITRE ATT&CK" , email = " attack@mitre.org" }]
1010license = { text = " Apache-2.0" }
1111readme = " README.md"
You can’t perform that action at this time.
0 commit comments