From 444b319f00eaaf96db12ef493ca79e24557d35ba Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Tue, 19 Mar 2019 05:48:01 -0400 Subject: [PATCH 1/2] CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0dcf441d7..f046503bfd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.7.1] - 2019-03-19 + +### Fixed + - Fixed `.update` on numbered axis objects for Python < 3.6 + ([#1462](https://github.com/plotly/plotly.py/issues/1462), + [#1464](https://github.com/plotly/plotly.py/pull/1464)) + ## [3.7.0] - 2019-03-08 ### Updated From 3df04336dcf0c94105258bba7a318615c3ced789 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Tue, 19 Mar 2019 05:49:08 -0400 Subject: [PATCH 2/2] README version updates No change to plotlywidget extension --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45b8e95b75c..e5ab4ce57ed 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,12 @@ 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==3.7.0 +pip install plotly==3.7.1 ``` or conda. ``` -conda install -c plotly plotly=3.7.0 +conda install -c plotly plotly=3.7.1 ``` ### Jupyter Notebook Support @@ -132,7 +132,7 @@ jupyter labextension install plotlywidget@0.8.0 --no-build jupyter labextension install @jupyterlab/plotly-extension@0.18.2 --no-build # JupyterLab chart editor support (optional) -jupyter labextension install jupyterlab-chart-editor@1.0 --no-build +jupyter labextension install jupyterlab-chart-editor@1.1 --no-build # Build extensions (must be done to activate extensions since --no-build is used above) jupyter lab build