Skip to content

Commit

Permalink
version 1.8.1
Browse files Browse the repository at this point in the history
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
  • Loading branch information
Borda committed Nov 10, 2022
1 parent 1bc04b1 commit 336ef7f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lightning/__version__.py
@@ -1 +1 @@
version = "1.8.0.post1"
version = "1.8.1"
2 changes: 1 addition & 1 deletion src/lightning_app/__version__.py
@@ -1 +1 @@
version = "1.8.0.post1"
version = "1.8.1"
1 change: 0 additions & 1 deletion src/lightning_lite/CHANGELOG.md
Expand Up @@ -11,4 +11,3 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Fix an issue with the SLURM `srun` detection causing permission errors ([#15485](https://github.com/Lightning-AI/lightning/issues/15485))
- Fixed the import of `lightning_lite` causing a warning 'Redirects are currently not supported in Windows or MacOs' ([#15610](https://github.com/PyTorchLightning/pytorch-lightning/issues/15610))

2 changes: 1 addition & 1 deletion src/lightning_lite/__version__.py
@@ -1 +1 @@
version = "1.8.0.post1"
version = "1.8.1"
2 changes: 1 addition & 1 deletion src/pytorch_lightning/__version__.py
@@ -1 +1 @@
version = "1.8.0.post1"
version = "1.8.1"

0 comments on commit 336ef7f

Please sign in to comment.