Skip to content

Commit 6fb1052

Browse files
authored
Release 4.4.1 (#1994)
* 4.4.1 CHANGELOG, README, requirements.txt updates
1 parent cce9781 commit 6fb1052

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.4.1] - 2019-12-10
6+
7+
### Fixed
8+
- Fixed improper JSON encoding exception when the `pillow` module not installed [#1993](https://github.com/plotly/plotly.py/pull/1993)
9+
510
## [4.4.0] - 2019-12-10
611

712
### Updated

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
## Quickstart
2828

29-
`pip install plotly==4.4.0`
29+
`pip install plotly==4.4.1`
3030

3131
Inside [Jupyter notebook](https://jupyter.org/install) (installable with `pip install "notebook>=5.3" "ipywidgets>=7.2"`):
3232
```python
@@ -72,12 +72,12 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7272

7373
plotly.py may be installed using pip...
7474
```
75-
pip install plotly==4.4.0
75+
pip install plotly==4.4.1
7676
```
7777

7878
or conda.
7979
```
80-
conda install -c plotly plotly=4.4.0
80+
conda install -c plotly plotly=4.4.1
8181
```
8282

8383
### Jupyter Notebook Support

binder/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jupytext
2-
plotly==4.3.0
2+
plotly==4.4.1
33
jupyter
44
notebook
55
pandas==0.23.0

doc/python/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
4646
plotly.py may be installed using pip...
4747

4848
```
49-
$ pip install plotly==4.4.0
49+
$ pip install plotly==4.4.1
5050
```
5151
or conda.
5252

5353
```
54-
$ conda install -c plotly plotly=4.4.0
54+
$ conda install -c plotly plotly=4.4.1
5555
```
5656
This package contains everything you need to write figures to standalone HTML files.
5757

doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotly==4.3.0
1+
plotly==4.4.1
22
jupytext==1.1.1
33
jupyter
44
notebook

0 commit comments

Comments
 (0)