Skip to content

Commit b235964

Browse files
committed
releasing 0.12.0
1 parent 23ee593 commit b235964

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python 🐍
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: "3.x"
28+
python-version: "3.10"
2929
cache: "pip"
3030

3131
# Note: This uses an internal pip API and may not always work

CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10-
## [Unreleased] - 2024-MM-DD
10+
## [0.12.0] - 2025-01-31
1111

1212
### Changed
1313

1414
- CLI: update parsing inputs ([#333](https://github.com/Lightning-AI/utilities/pull/333))
15-
16-
1715
- CI: bump upload/download artifact `v4` ([#344](https://github.com/Lightning-AI/utilities/pull/344), [#345](https://github.com/Lightning-AI/utilities/pull/345))
18-
19-
2016
- CI: make `actions-ref` optional if used only for listing packages ([#345](https://github.com/Lightning-AI/utilities/pull/345))
21-
22-
2317
- Bump minimal Python version to be 3.9 ([#331](https://github.com/Lightning-AI/utilities/pull/331))
24-
25-
2618
- CI: split install action for archive and wheel ([#347](https://github.com/Lightning-AI/utilities/pull/347))
2719

20+
---
2821

2922
## [0.11.9] - 2024-11-19
3023

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

0 commit comments

Comments
 (0)