We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.14.2
1 parent 50f8904 commit 3e4e378Copy full SHA for 3e4e378
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [Unreleased] - YYYY-MM-DD
+## [0.14.2] - 2025-03-20
9
10
### Fixed
11
src/lightning_utilities/__about__.py
@@ -1,6 +1,6 @@
1
import time
2
3
-__version__ = "0.14.1"
+__version__ = "0.14.2"
4
__author__ = "Lightning AI et al."
__author_email__ = "pytorch@lightning.ai"
__license__ = "Apache-2.0"
0 commit comments