File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased]
66
7+ ## [ 1.9.2] - 2015-11-30
8+ ** Bug Fix** : Previously, the "Export to plot.ly" link on
9+ offline charts would export your figures to the
10+ public plotly cloud, even if your ` config_file `
11+ (set with ` plotly.tools.set_config_file ` to the file
12+ ` ~/.plotly/.config ` ) set ` plotly_domain ` to a plotly enterprise
13+ URL like ` https://plotly.acme.com ` .
14+
15+ This is now fixed. Your graphs will be exported to your
16+ ` plotly_domain ` if it is set.
17+
718## [ 1.9.1] - 2015-11-26
819### Added
920- The FigureFactory can now create annotated heatmaps with ` .create_annotated_heatmap ` .
Original file line number Diff line number Diff line change 1- __version__ = '1.9.1 '
1+ __version__ = '1.9.2 '
You can’t perform that action at this time.
0 commit comments