Skip to content

Commit 92a7f07

Browse files
committed
release 2022.7.18
1 parent 49db68b commit 92a7f07

File tree

5 files changed

+5
-12
lines changed

5 files changed

+5
-12
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ repos:
9797
- mdformat_frontmatter
9898
exclude: |
9999
(?x)^(
100-
src/lightning_app/CHANGELOG.md|
101-
src/pytorch_lightning/CHANGELOG.md
100+
src/pytorch_lightning/CHANGELOG.md|
101+
src/lightning_app/CHANGELOG.md
102102
)$
103103
104104
- repo: https://github.com/PyCQA/flake8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ ______________________________________________________________________
360360
## Lightning Lite
361361

362362
<div align="center">
363-
<img src="docs/source/_static/images/lightning_lite/lite.gif" height="200px" width="600px">
363+
<img src="docs/source-pytorch/_static/images/lightning_lite/lite.gif" height="200px" width="600px">
364364
</div>
365365

366366
In the Lighting 1.5 release, LightningLite now enables you to leverage all the capabilities of PyTorch Lightning Accelerators without any refactoring to your training loop. Check out the

src/lightning/__setup__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ def _adjust_manifest(**kwargs: Any) -> None:
4040
"recursive-include src *.md" + os.linesep,
4141
"recursive-include requirements *.txt" + os.linesep,
4242
]
43-
44-
# TODO: remove this once lightning-ui package is ready as a dependency
45-
lines += ["recursive-include src/lightning_app/ui *" + os.linesep]
4643
with open(manifest_path, "w") as fp:
4744
fp.writelines(lines)
4845

src/lightning/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "20220621"
1+
version = "2022.7.18"

src/lightning_app/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7-
## \[0.6.0\] - 2022-MM-DD
7+
## [0.5.2] - 2022-07-18
88

99
### Added
1010

@@ -13,7 +13,3 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1313
### Changed
1414

1515
- Added `LIGHTNING_` prefix to Platform AWS credentials ([#13703](https://github.com/Lightning-AI/lightning/pull/13703))
16-
17-
### Deprecated
18-
19-
### Fixed

0 commit comments

Comments
 (0)