Skip to content

3.7.1 release branch #1470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -132,7 +132,7 @@ jupyter labextension install [email protected] --no-build
jupyter labextension install @jupyterlab/[email protected] --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
Expand Down