From c1166729192e5278fb18c5165cd1b88d9dd5c07c Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Fri, 13 Aug 2021 16:39:44 -0400 Subject: [PATCH] release 5.2.1 --- CHANGELOG.md | 2 +- README.md | 8 ++++---- packages/javascript/jupyterlab-plotly/package-lock.json | 2 +- packages/javascript/jupyterlab-plotly/package.json | 2 +- packages/python/plotly/plotly/_widget_version.py | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 871685c4a32..91c0c93b306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [5.2.0] - 2021-08-13 +## [5.2.1] - 2021-08-13 ### Updated diff --git a/README.md b/README.md index a18340d0737..f4b0f7ef901 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Our recommended IDE for Plotly’s Python graphing library is Dash Enterprise’ ## Quickstart -`pip install plotly==5.2.0` +`pip install plotly==5.2.1` Inside [Jupyter](https://jupyter.org/install) (installable with `pip install "jupyterlab>=3" "ipywidgets>=7.6"`): @@ -86,13 +86,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is plotly.py may be installed using pip... ``` -pip install plotly==5.2.0 +pip install plotly==5.2.1 ``` or conda. ``` -conda install -c plotly plotly=5.2.0 +conda install -c plotly plotly=5.2.1 ``` ### JupyterLab Support @@ -114,7 +114,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**, ``` # JupyterLab 2.x renderer support -jupyter labextension install jupyterlab-plotly@5.2.0 @jupyter-widgets/jupyterlab-manager +jupyter labextension install jupyterlab-plotly@5.2.1 @jupyter-widgets/jupyterlab-manager ``` Please check out our [Troubleshooting guide](https://plotly.com/python/troubleshooting/) if you run into any problems with JupyterLab. diff --git a/packages/javascript/jupyterlab-plotly/package-lock.json b/packages/javascript/jupyterlab-plotly/package-lock.json index daf9261e1b6..fa10a34def0 100644 --- a/packages/javascript/jupyterlab-plotly/package-lock.json +++ b/packages/javascript/jupyterlab-plotly/package-lock.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-plotly", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/javascript/jupyterlab-plotly/package.json b/packages/javascript/jupyterlab-plotly/package.json index 9f22ffffe8e..0e7e360137c 100644 --- a/packages/javascript/jupyterlab-plotly/package.json +++ b/packages/javascript/jupyterlab-plotly/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-plotly", - "version": "5.2.0", + "version": "5.2.1", "description": "The plotly Jupyter extension", "author": "The plotly.py team", "license": "MIT", diff --git a/packages/python/plotly/plotly/_widget_version.py b/packages/python/plotly/plotly/_widget_version.py index ee224a2d0f9..eafb3d17219 100644 --- a/packages/python/plotly/plotly/_widget_version.py +++ b/packages/python/plotly/plotly/_widget_version.py @@ -2,4 +2,4 @@ # for automated dev builds # # It is edited by hand prior to official releases -__frontend_version__ = "^5.2.0" +__frontend_version__ = "^5.2.1"