From c43c43646026b76d819382af2c7c4237572d532b Mon Sep 17 00:00:00 2001 From: Adam Kulidjian Date: Tue, 6 Mar 2018 12:26:33 -0500 Subject: [PATCH 1/2] pr for #958 PR --- CHANGELOG.md | 4 ++++ plotly/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f0b0aa9c4..f50ef9b012a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.5.0] - UNRELEASED +### Fixed +- `import plotly.figure_factory` does not fail if `pandas` is not installed. + ## [2.4.1] - 2018-02-21 ### Fixed - The required shapefiles to generate the choropleths via `plotly.figure_factory.create_choropleth` are now shipped in the package data. diff --git a/plotly/version.py b/plotly/version.py index 5cd7abf832e..e59b17b4f4c 100644 --- a/plotly/version.py +++ b/plotly/version.py @@ -1 +1 @@ -__version__ = '2.4.1' +__version__ = '2.5.0' From e406befafb7fa2c394b471fc9d6fa6f4ecd84aab Mon Sep 17 00:00:00 2001 From: Adam Kulidjian Date: Tue, 6 Mar 2018 14:20:57 -0500 Subject: [PATCH 2/2] add PR reference --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f50ef9b012a..eaed43e1e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2.5.0] - UNRELEASED ### Fixed -- `import plotly.figure_factory` does not fail if `pandas` is not installed. +- `import plotly.figure_factory` does not fail if `pandas` is not installed. See https://github.com/plotly/plotly.py/pull/958 ## [2.4.1] - 2018-02-21 ### Fixed