Skip to content

Commit 0d32d4e

Browse files
committed
bump: release 5.3.0
1 parent db7e16c commit 0d32d4e

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

3+
## 5.3.0 (2025-11-13)
4+
5+
### Feat
6+
7+
- update to ATT&CK v18.1
8+
9+
### Fix
10+
11+
- fixes to legacy tests
12+
- handle objects without descriptions in changelog, like detection strategies
13+
314
## 5.2.1 (2025-10-28)
415

516
### Fix

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 = "2025, The MITRE Corporation"
16-
version = "5.2.1"
17-
release = "5.2.1"
16+
version = "5.3.0"
17+
release = "5.3.0"
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.2.1"
8+
__version__ = "5.3.0"
99

1010
__all__ = [
1111
"attackToExcel",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mitreattack-python"
33
description = "MITRE ATT&CK python library"
4-
version = "5.2.1"
4+
version = "5.3.0"
55
authors = [{ name = "MITRE ATT&CK", email = "[email protected]" }]
66
license = { text = "Apache-2.0" }
77
readme = "README.md"

0 commit comments

Comments
 (0)