Skip to content

Commit 7cdfc8d

Browse files
Bordalexierule
authored andcommitted
release App 0.5.3
1 parent 0269ef0 commit 7cdfc8d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

src/lightning/__version__.py

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

src/lightning_app/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ 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.5.3] - 2022-07-25
8+
9+
### Changed
10+
11+
- Pruned requirements duplicity ([#13739](https://github.com/Lightning-AI/lightning/pull/13739))
12+
13+
### Fixed
14+
15+
- Use correct python version in lightning component template ([#13790](https://github.com/Lightning-AI/lightning/pull/13790))
16+
717
## [0.5.2] - 2022-07-18
818

919
### Added
1020

11-
- Update the Lightning App docs ([#13537](https://github.com/PyTorchLightning/pytorch-lightning/pull/13537))
21+
- Update the Lightning App docs ([#13537](https://github.com/Lightning-AI/lightning/pull/13537))
1222

1323
### Changed
1424

src/lightning_app/__version__.py

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

0 commit comments

Comments
 (0)