Skip to content

Commit 8669947

Browse files
committed
releasing 0.15.0
1 parent f224d47 commit 8669947

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10-
## [Unreleased] - YYYY-MM-DD
10+
## [0.15.0] - 2025-07-26
1111

1212
### Added
1313

1414
- CI: add `force-check-all` input to MD link check workflow ([#408](https://github.com/Lightning-AI/utilities/pull/408))
15-
16-
1715
- CLI: replace min dependencies also in `pyproject.toml` ([#414](https://github.com/Lightning-AI/utilities/pull/414))
1816

1917

2018
### Changed
2119

2220
- CLI: switch from `fire` to `jsonargparse` ([#371](https://github.com/Lightning-AI/utilities/pull/371))
23-
24-
2521
- CI: relax markdown-link-check ([#416](https://github.com/Lightning-AI/utilities/pull/416))
2622

27-
28-
### Fixed
29-
30-
-
31-
32-
3323
---
3424

3525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Lightning Utilities
22

33
[![PyPI Status](https://badge.fury.io/py/lightning-utilities.svg)](https://badge.fury.io/py/lightning-utilities)
4-
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Lightning-AI/utilities/blob/master/LICENSE)
4+
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Lightning-AI/utilities/blob/main/LICENSE)
55
[![PyPI - Downloads](https://img.shields.io/pypi/dm/lightning-utilities)](https://pepy.tech/project/lightning-utilities)
66
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/lightning-utilities)](https://pypi.org/project/lightning-utilities/)
77

src/lightning_utilities/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import time
22

3-
__version__ = "0.15.0dev"
3+
__version__ = "0.15.0"
44
__author__ = "Lightning AI et al."
5-
__author_email__ = "pytorch@lightning.ai"
5+
__author_email__ = "developer@lightning.ai"
66
__license__ = "Apache-2.0"
77
__copyright__ = f"Copyright (c) 2022-{time.strftime('%Y')}, {__author__}."
88
__homepage__ = "https://github.com/Lightning-AI/utilities"

0 commit comments

Comments
 (0)