Skip to content

Commit 2094525

Browse files
committed
releasing 0.15.2
1 parent cfdb0e2 commit 2094525

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repos:
6060
- id: ruff
6161
args: ["--fix"]
6262
- id: ruff-format
63-
- id: ruff
63+
- id: ruff-check
6464

6565
- repo: https://github.com/sphinx-contrib/sphinx-lint
6666
rev: v1.0.0

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
---
1010

11-
## [UnReleased] - 2025-08-DD
11+
## [0.15.2] - 2025-08-06
1212

1313
### Changed
1414

1515
- CLI: replace dependencies also in `pyproject.toml` ([#423](https://github.com/Lightning-AI/utilities/pull/423))
1616

1717

18-
---
19-
2018
## [0.15.1] - 2025-08-04
2119

2220
### Fixed

src/lightning_utilities/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
22

3-
__version__ = "0.15.1"
3+
__version__ = "0.15.2"
44
__author__ = "Lightning AI et al."
55
__author_email__ = "[email protected]"
66
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)