Skip to content

Commit 6211996

Browse files
committed
Update CHANGELOG and README for version 4.2.1
1 parent ff23511 commit 6211996

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

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

5+
## [4.2.1] - 2019-10-18
6+
### Fixed
7+
- Fixed regression in 4.2.0 that caused all figure factories to require that scikit-image be installed ([#1832](https://github.com/plotly/plotly.py/pull/1832))
8+
59
## [4.2.0] - 2019-10-16
610

711
### Updated

Diff for: README.md

+2-2
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==4.2.0
81+
pip install plotly==4.2.1
8282
```
8383

8484
or conda.
8585
```
86-
conda install -c plotly plotly=4.2.0
86+
conda install -c plotly plotly=4.2.1
8787
```
8888

8989
### Jupyter Notebook Support

0 commit comments

Comments
 (0)