Skip to content

Commit 3471c3d

Browse files
authored
3.7.1 release branch (#1470)
* CHANGELOG * README version updates * No change needed to plotlywidget extension
1 parent 0acd929 commit 3471c3d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55

6+
## [3.7.1] - 2019-03-19
7+
8+
### Fixed
9+
- Fixed `.update` on numbered axis objects for Python < 3.6
10+
([#1462](https://github.com/plotly/plotly.py/issues/1462),
11+
[#1464](https://github.com/plotly/plotly.py/pull/1464))
12+
613
## [3.7.0] - 2019-03-08
714

815
### Updated

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7878

7979
plotly.py may be installed using pip...
8080
```
81-
pip install plotly==3.7.0
81+
pip install plotly==3.7.1
8282
```
8383

8484
or conda.
8585
```
86-
conda install -c plotly plotly=3.7.0
86+
conda install -c plotly plotly=3.7.1
8787
```
8888

8989
### Jupyter Notebook Support
@@ -132,7 +132,7 @@ jupyter labextension install [email protected] --no-build
132132
jupyter labextension install @jupyterlab/[email protected] --no-build
133133
134134
# JupyterLab chart editor support (optional)
135-
jupyter labextension install jupyterlab-chart-editor@1.0 --no-build
135+
jupyter labextension install jupyterlab-chart-editor@1.1 --no-build
136136
137137
# Build extensions (must be done to activate extensions since --no-build is used above)
138138
jupyter lab build

0 commit comments

Comments
 (0)