Skip to content

Commit 4e24ca2

Browse files
committed
bump version 1.3 to 1.4 in README (#8582)
1 parent 69a86b6 commit 4e24ca2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,22 +118,22 @@ pip install pytorch-lightning
118118
conda install pytorch-lightning -c conda-forge
119119
```
120120

121-
#### Install stable 1.3.x
121+
#### Install stable 1.4.x
122122

123-
the actual status of 1.3 [stable] is following:
123+
the actual status of 1.4 [stable] is following:
124124

125-
![CI base testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20base%20testing/badge.svg?branch=release%2F1.3.x&event=push)
126-
![CI complete testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20complete%20testing/badge.svg?branch=release%2F1.3.x&event=push)
127-
![PyTorch & Conda](https://github.com/PyTorchLightning/pytorch-lightning/workflows/PyTorch%20&%20Conda/badge.svg?branch=release%2F1.3.x&event=push)
128-
![TPU tests](https://github.com/PyTorchLightning/pytorch-lightning/workflows/TPU%20tests/badge.svg?branch=release%2F1.3.x&event=push)
129-
![Docs check](https://github.com/PyTorchLightning/pytorch-lightning/workflows/Docs%20check/badge.svg?branch=release%2F1.3.x&event=push)
125+
![CI base testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20base%20testing/badge.svg?branch=release%2F1.4.x&event=push)
126+
![CI complete testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20complete%20testing/badge.svg?branch=release%2F1.4.x&event=push)
127+
![PyTorch & Conda](https://github.com/PyTorchLightning/pytorch-lightning/workflows/PyTorch%20&%20Conda/badge.svg?branch=release%2F1.4.x&event=push)
128+
![TPU tests](https://github.com/PyTorchLightning/pytorch-lightning/workflows/TPU%20tests/badge.svg?branch=release%2F1.4.x&event=push)
129+
![Docs check](https://github.com/PyTorchLightning/pytorch-lightning/workflows/Docs%20check/badge.svg?branch=release%2F1.4.x&event=push)
130130

131131
Install future release from the source
132132
```bash
133-
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@release/1.3.x --upgrade
133+
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@release/1.4.x --upgrade
134134
```
135135

136-
#### Install bleeding-edge - future 1.4
136+
#### Install bleeding-edge - future 1.5
137137

138138
Install nightly from the source (no guarantees)
139139
```bash

0 commit comments

Comments
 (0)