Skip to content

Commit b3f6977

Browse files
Bordalexierule
authored andcommitted
release v0.5.6
1 parent 4c85ede commit b3f6977

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements/app/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
py
22
jinja2==3.0.3
3-
lightning-cloud==0.5.0
3+
lightning-cloud==0.5.3
44
packaging
55
deepdiff >= 5.7.0
66
starsessions

src/lightning_app/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## [0.5.6] - 2022-08-DD
8+
## [0.5.6] - 2022-08-16
99

1010
### Fixed
1111

1212
- Resolved a bug where the `install` command was not installing the latest version of an app/component by default ([#14181](https://github.com/Lightning-AI/lightning/pull/14181))
1313

1414

15-
## [0.5.5] - 2022-08-9
15+
## [0.5.5] - 2022-08-09
1616

1717
### Deprecated
1818

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.5"
1+
version = "0.5.6"

0 commit comments

Comments
 (0)