Skip to content

Commit 905e09b

Browse files
committed
releasing 0.14.3
1 parent e7ace56 commit 905e09b

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@ All notable changes to this project will be documented in this file.
55
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

8-
## [Unreleased] - YYYY-MM-DD
9-
10-
### Added
11-
12-
-
138

9+
## [0.14.3] - 2025-04-03
1410

1511
### Changed
1612

1713
- script: update usage of coverage in standalone ([#383](https://github.com/Lightning-AI/utilities/pull/383))
1814

19-
2015
### Fixed
2116

2217
- CI: fix parsing Azure schema ([#384](https://github.com/Lightning-AI/utilities/pull/384))

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

0 commit comments

Comments
 (0)