Skip to content

Commit b5f64b2

Browse files
committed
Fix up changelog
1 parent 6eac86d commit b5f64b2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7-
## [2.0.4] - 2017-03-07
7+
## [2.0.5] - 2017-03-07
88
## Fixed
99
- `import plotly` was broken in `2.0.3` and `2.0.2` because the new `dashboard_objs` wasn't included in our `setup.py`'s "`packages`". Now it is and `import plotly` and the other features introduced in `2.0.3` and `2.0.2` should work.
1010

11+
## [2.0.4] - 2017-03-07 [YANKED]
12+
Note: This release's installation was broken. It has been removed from PyPI
13+
## Added
14+
- Added `dashboard_objs` to top level import.
15+
1116
## [2.0.3] - 2017-03-06 [YANKED]
17+
Note: This release's installation was broken. It has been removed from PyPI
1218
## Added
1319
- Dashboards can now be created using the API and uploaded to Plotly. Use `import plotly.dashboard_objs` to create a `Dashboard` object. You can learn more about `Dashboard` objects by running `help(plotly.dashboard_objs)` and `help(plotly.plotly.plotly.dashboard_ops)` for uploading and retrieving dashboards from the cloud.
1420

1521

16-
## [2.0.2] - 2017-02-20 [YANKED]
22+
## [2.0.2] - 2017-02-20
1723
### Fixed
1824
- Offline plots created with `plotly.offline.plot` now resize as expected when the window is resized.
1925
- `plotly.figure_factory.create_distplot` now can support more than 10 traces without raising an error. Updated so that if the list of `colors` (default colors too) is less than your number of traces, the color for your traces will loop around to start when it hits the end.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = '2.0.4'

0 commit comments

Comments
 (0)