Skip to content

Commit

Permalink
pr for #958 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Kully committed Mar 6, 2018
1 parent 8e7c112 commit c43c436
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plotly/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.4.1'
__version__ = '2.5.0'

0 comments on commit c43c436

Please sign in to comment.