Skip to content

Commit 2eeb545

Browse files
committed
update
1 parent 25c9922 commit 2eeb545

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

src/lightning/fabric/CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1212
- Added kwargs-filtering for `Fabric.call` to support different callback method signatures ([#21258](https://github.com/Lightning-AI/pytorch-lightning/pull/21258))
1313

1414

15-
### Removed
16-
17-
-
18-
19-
20-
---
21-
22-
## [2.6.0] - 2025-11-21
23-
2415
### Changed
2516

2617
- Expose `weights_only` argument for `Trainer.{fit,validate,test,predict}` and let `torch` handle default value ([#21072](https://github.com/Lightning-AI/pytorch-lightning/pull/21072))

src/lightning/pytorch/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77
---
88

9-
## [2.6.0] - 2025-11-21
9+
## [unreleased] - YYYY-MM-DD
1010

1111
### Added
1212

src/version.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.0
1+
2.6.0dev0

0 commit comments

Comments
 (0)