Skip to content

Commit 06c6eb2

Browse files
version 5.0.0
1 parent 9024872 commit 06c6eb2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Our recommended IDE for Plotly’s Python graphing library is Dash Enterprise’
3737

3838
## Quickstart
3939

40-
`pip install plotly==4.14.3`
40+
`pip install plotly==5.0.0`
4141

4242
Inside [Jupyter](https://jupyter.org/install) (installable with `pip install "jupyterlab>=3" "ipywidgets>=7.6"`):
4343

@@ -86,13 +86,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
8686
plotly.py may be installed using pip...
8787

8888
```
89-
pip install plotly==4.14.3
89+
pip install plotly==5.0.0
9090
```
9191

9292
or conda.
9393

9494
```
95-
conda install -c plotly plotly=4.14.3
95+
conda install -c plotly plotly=5.0.0
9696
```
9797

9898
### JupyterLab Support
@@ -114,7 +114,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**,
114114

115115
```
116116
# JupyterLab 2.x renderer support
117-
jupyter labextension install jupyterlab-plotly@4.14.3 @jupyter-widgets/jupyterlab-manager
117+
jupyter labextension install jupyterlab-plotly@5.0.0 @jupyter-widgets/jupyterlab-manager
118118
```
119119

120120
Please check out our [Troubleshooting guide](https://plotly.com/python/troubleshooting/) if you run into any problems with JupyterLab.

Diff for: packages/javascript/jupyterlab-plotly/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/javascript/jupyterlab-plotly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-plotly",
3-
"version": "5.0.0-rc.2",
3+
"version": "5.0.0",
44
"description": "The plotly Jupyter extension",
55
"author": "The plotly.py team",
66
"license": "MIT",

Diff for: packages/python/plotly/plotly/_widget_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# for automated dev builds
33
#
44
# It is edited by hand prior to official releases
5-
__frontend_version__ = "^5.0.0-rc.2"
5+
__frontend_version__ = "^5.0.0"

Diff for: release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ releases and forum announcements to do :)
1111
This is the release process for releasing `plotly.py` version `X.Y.Z` with
1212
`jupyterlab-plotly` with matching versions.
1313

14-
> Note: it's easier to lock all three versions together, even if it means we occasionally
14+
> Note: it's easier to lock the JS extension and Python versions together, even if it means we occasionally
1515
> push no-change versions to NPM/PyPI/Conda.
1616
1717
### Finalize changelog

0 commit comments

Comments
 (0)