Skip to content

Commit c43c436

Browse files
committed
pr for #958 PR
1 parent 8e7c112 commit c43c436

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
## [2.5.0] - UNRELEASED
6+
### Fixed
7+
- `import plotly.figure_factory` does not fail if `pandas` is not installed.
8+
59
## [2.4.1] - 2018-02-21
610
### Fixed
711
- The required shapefiles to generate the choropleths via `plotly.figure_factory.create_choropleth` are now shipped in the package data.

Diff for: plotly/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.4.1'
1+
__version__ = '2.5.0'

0 commit comments

Comments
 (0)