Thanks to visit codestin.com Credit goes to github.com
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 3406034 commit 100877dCopy full SHA for 100877d
CHANGELOG.md
@@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
7
+## [1.8.8] - 2015-10-05
8
+- Sometimes creating a graph with a private share-key doesn't work -
9
+the graph is private, but not accessible with the share key.
10
+Now we check to see if it didn't work, and re-try a few times until
11
+it does.
12
+
13
## [1.8.7] - 2015-10-01
14
### Added
15
- The FigureFactory can now create dendrogram plots with `.create_dendrogram`.
plotly/version.py
@@ -1 +1 @@
1
-__version__ = '1.8.7'
+__version__ = '1.8.8'
0 commit comments