Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff08e8f

Browse filesBrowse files
committed
remove print statement and update changelog
1 parent 20043c0 commit ff08e8f
Copy full SHA for ff08e8f

File tree

Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.14] - 2017-08-09
6+
### Fixed
7+
- [Sharekey enabling issue](https://github.com/plotly/plotly.py/issues/719) where plots were made private instead of secret.
8+
- Issue removing rug plots from violin plots with multiple traces.
9+
510
## [2.0.13] - 2017-08-04
611
### Updated
712
- Updated `plotly.min.js` to version 1.29.1 for `plotly.offline`.

‎plotly/plotly/plotly.py

Copy file name to clipboardExpand all lines: plotly/plotly/plotly.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,6 @@ def add_share_key_to_url(plot_url, attempt=0):
13171317
if not share_key_enabled:
13181318
attempt += 1
13191319
if attempt == 50:
1320-
print('Raising exception')
13211320
raise exceptions.PlotlyError(
13221321
"The sharekey could not be enabled at this time so the graph "
13231322
"is saved as private. Try again to save as 'secret' later."

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.