Skip to content

Commit 2055cba

Browse files
committed
fix: update version number to 1.2.1 in pyproject.toml
Signed-off-by: Lasota, Adrian <[email protected]>
1 parent f5eef9e commit 2055cba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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+
## v1.2.1 (2025-08-25)
4+
5+
### Bug Fixes
6+
- Added missing commit author and message for pyproject.toml
7+
([`f5eef9e`](https://github.com/intel/mfd-code-quality/commit/f5eef9e38bf8bd9d450d62b76b5c8dbfbfefa35f))
8+
39
## v1.2.0 (2025-07-08)
410

511
### Continuous Integration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = { file = ["requirements.txt"] }
1313
name = "mfd-code-quality"
1414
description = "Module for a code quality related scripts."
1515
requires-python = ">=3.10, <3.14"
16-
version = "1.2.0"
16+
version = "1.2.1"
1717
dynamic = ["dependencies"]
1818
license-files = ["LICENSE.md", "AUTHORS.md"]
1919
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)