Skip to content

Commit 7b5b8c6

Browse files
committed
fix: update version to 5.4.1
1 parent 7732eab commit 7b5b8c6

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.4.1 (2026-02-11)
4+
5+
### Refactor
6+
- update relationships for detection strategies, analytics and log sources in the excel files
7+
- add typing-extensions dependency
8+
39
## 5.4.0 (2026-01-27)
410

511
### Feat

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# -- Project information -----------------------------------------------------
1414
project = "mitreattack-python"
1515
copyright = "2026, The MITRE Corporation"
16-
version = "5.4.0"
17-
release = "5.4.0"
16+
version = "5.4.1"
17+
release = "5.4.1"
1818

1919
# -- General configuration ---------------------------------------------------
2020
extensions = [

mitreattack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from PIL import __version__
66
from . import attackToExcel, collections, navlayers
77

8-
__version__ = "5.4.0"
8+
__version__ = "5.4.1"
99

1010
__all__ = [
1111
"attackToExcel",

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[project]
66
name = "mitreattack-python"
77
description = "MITRE ATT&CK python library"
8-
version = "5.4.0"
8+
version = "5.4.1"
99
authors = [{ name = "MITRE ATT&CK", email = "attack@mitre.org" }]
1010
license = { text = "Apache-2.0" }
1111
readme = "README.md"
@@ -31,6 +31,7 @@ dependencies = [
3131
"typer",
3232
"wheel",
3333
"xlsxwriter",
34+
"typing-extensions",
3435
]
3536

3637
[project.urls]

0 commit comments

Comments
 (0)