Skip to content

Commit ff20a4a

Browse files
committed
releasing 0.14.1
1 parent 6accc46 commit ff20a4a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased] - 2025-MM-DD
10-
11-
### Added
12-
13-
### Changed
9+
## [0.14.1] - 2025-03-14
1410

1511
### Fixed
1612

1713
- Fixed python version parsing for logging `stacklevel` ([#375](https://github.com/Lightning-AI/utilities/pull/375))
1814

1915

20-
---
21-
2216
## [0.14.0] - 2025-03-07
2317

2418
### Added

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.14.0"
3+
__version__ = "0.14.1"
44
__author__ = "Lightning AI et al."
55
__author_email__ = "[email protected]"
66
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)