Skip to content

Commit f1a716b

Browse files
updating versions in docs
1 parent f9d0e87 commit f1a716b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: binder/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jupytext
2-
plotly==4.14.0
2+
plotly==4.14.1
33
jupyter
44
notebook
55
pandas==1.0.3

Diff for: doc/apidoc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
version = ""
3030
# The full version, including alpha/beta/rc tags
31-
release = "4.14.0"
31+
release = "4.14.1"
3232

3333

3434
# -- General configuration ---------------------------------------------------

Diff for: doc/python/getting-started.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot
5959
`plotly` may be installed using pip...
6060

6161
```
62-
$ pip install plotly==4.14.0
62+
$ pip install plotly==4.14.1
6363
```
6464

6565
or conda.
6666

6767
```
68-
$ conda install -c plotly plotly=4.14.0
68+
$ conda install -c plotly plotly=4.14.1
6969
```
7070

7171
This package contains everything you need to write figures to standalone HTML files.
@@ -157,10 +157,10 @@ Then run the following commands to install the required JupyterLab extensions (n
157157

158158
```
159159
# JupyterLab renderer support
160-
jupyter labextension install [email protected].0
160+
jupyter labextension install [email protected].1
161161
162162
# OPTIONAL: Jupyter widgets extension
163-
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected].0
163+
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected].1
164164
```
165165

166166
These packages contain everything you need to run JupyterLab...

Diff for: doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotly==4.14.0
1+
plotly==4.14.1
22
jupytext==1.1.1
33
jupyter
44
notebook

0 commit comments

Comments
 (0)