We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d2826 commit 3815a8fCopy full SHA for 3815a8f
CHANGELOG.md
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
7
+## [1.8.7] - 2015-10-01
8
+### Added
9
+- The FigureFactory can now create dendrogram plots with `.create_dendrogram`.
10
+
11
## [1.8.6] - 2015-09-28
12
### Fixed
13
- Saving "world_readable" to your config file via `plotly.tools.set_config` actually works.
plotly/version.py
@@ -1 +1 @@
1
-__version__ = '1.8.6'
+__version__ = '1.8.7'
0 commit comments