Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3815a8f

Browse files
committed
version bump —> 1.8.7 (added dendrogram)
1 parent 01d2826 commit 3815a8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.8.7] - 2015-10-01
8+
### Added
9+
- The FigureFactory can now create dendrogram plots with `.create_dendrogram`.
10+
711
## [1.8.6] - 2015-09-28
812
### Fixed
913
- Saving "world_readable" to your config file via `plotly.tools.set_config` actually works.

plotly/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.8.6'
1+
__version__ = '1.8.7'

0 commit comments

Comments
 (0)