From 0b6999a384d3ccf5b706e605db20fe4cee9f809d Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Tue, 10 Dec 2019 11:38:04 -0500 Subject: [PATCH 1/2] 4.4.1 CHANGELOG and README updates --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69618169bf0..f3ab635be68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.4.1] - 2019-12-10 + +### Fixed + - Fixed improper JSON encoding exception when the `pillow` module not installed [#1993](https://github.com/plotly/plotly.py/pull/1993) + ## [4.4.0] - 2019-12-10 ### Updated diff --git a/README.md b/README.md index c9422e7f432..10118d47895 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,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==4.4.0 +pip install plotly==4.4.1 ``` or conda. ``` -conda install -c plotly plotly=4.4.0 +conda install -c plotly plotly=4.4.1 ``` ### Jupyter Notebook Support From 421190911ab85a378f1923f1e0dcbd51e527d81b Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Tue, 10 Dec 2019 11:45:07 -0500 Subject: [PATCH 2/2] Update version numbers for 4.4.1 --- README.md | 2 +- binder/requirements.txt | 2 +- doc/python/getting-started.md | 4 ++-- doc/requirements.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10118d47895..270368ce6bb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## Quickstart -`pip install plotly==4.4.0` +`pip install plotly==4.4.1` Inside [Jupyter notebook](https://jupyter.org/install) (installable with `pip install "notebook>=5.3" "ipywidgets>=7.2"`): ```python diff --git a/binder/requirements.txt b/binder/requirements.txt index e2ce01e5676..0fd9e738aed 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,5 +1,5 @@ jupytext -plotly==4.3.0 +plotly==4.4.1 jupyter notebook pandas==0.23.0 diff --git a/doc/python/getting-started.md b/doc/python/getting-started.md index 034b7535b68..577720636b9 100644 --- a/doc/python/getting-started.md +++ b/doc/python/getting-started.md @@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image plotly.py may be installed using pip... ``` -$ pip install plotly==4.4.0 +$ pip install plotly==4.4.1 ``` or conda. ``` -$ conda install -c plotly plotly=4.4.0 +$ conda install -c plotly plotly=4.4.1 ``` This package contains everything you need to write figures to standalone HTML files. diff --git a/doc/requirements.txt b/doc/requirements.txt index 8453a529d74..b9b9c10c8dc 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -plotly==4.3.0 +plotly==4.4.1 jupytext==1.1.1 jupyter notebook