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

Skip to content

Commit 100877d

Browse files
committed
V1.8.8 - Share-key retries
1 parent 3406034 commit 100877d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

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+
713
## [1.8.7] - 2015-10-01
814
### Added
915
- The FigureFactory can now create dendrogram plots with `.create_dendrogram`.

plotly/version.py

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

0 commit comments

Comments
 (0)