Skip to content

Commit 20a423c

Browse files
committed
bump plotlyjs 1.38.0
1 parent e284b81 commit 20a423c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.7.0] - 2018-05-23
6+
### Updated
7+
- Updated `plotly.min.js` to version 1.38.0.
8+
- New features include a `3D cone` trace to visualize vector fields.
9+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1380----2018-05-23) for additional information regarding the updates.
10+
511
## [2.6.0] - 2018-05-09
612
### Updated
713
- Updated `plotly.min.js` to version 1.37.1.

Diff for: plotly/package_data/plotly.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: plotly/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.6.0'
1+
__version__ = '2.7.0'

0 commit comments

Comments
 (0)