8000 updated plotly ver and changelog · loopbio/plotly.py@2a3a301 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a3a301

Browse files
committed
updated plotly ver and changelog
1 parent 95ddf6c commit 2a3a301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66
## Added
7-
- dashboards can now be created using the API. Use `plotly.dashboard_objs`
7+
- dashboards can now be created using the API and uploaded to Plotly. Use `import plotly.dashboard_objs` to be create a dashboard a `Dashboard` object. You can learn more about `Dashboard` objects by running `help(plotly.dashboard_objs.Dashboard)` and `help(plotly.plotly.plotly.dashboard_ops)` for uploading and retrieving dashboards from the cloud.
88

99
## [2.0.2] - 2017-02-20
1010
### Fixed

plotly/version.py

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

0 commit comments

Comments
 (0)
0