Skip to content

Commit ff08e8f

Browse files
committed
remove print statement and update changelog
1 parent 20043c0 commit ff08e8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+5
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`.

Diff for: plotly/plotly/plotly.py

-1
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)