File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This 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 ` .
Original file line number Diff line number Diff 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."
You can’t perform that action at this time.
0 commit comments