Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea08be3

Browse files
committed
+version and changelog
1 parent 4d3c24a commit ea08be3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.9.6] - 2016-02-18
8+
### Updated
9+
- Updated plotly.min.js so offline is using plotly.js v1.5.2
10+
711
## [1.9.5] - 2016-01-17
812
### Added
913
- Offline matplotlib to Plotly figure conversion. Use `offline.plot_mpl` to convert and plot a matplotlib figure as a Plotly figure independently of IPython/Jupyter notebooks or use `offline.iplot_mpl` to convert and plot inside of IPython/Jupyter notebooks. Additionally, use `offline.enable_mpl_offline` to convert and plot all matplotlib figures as plotly figures inside an IPython/Jupyter notebook. See examples below:

plotly/version.py

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

0 commit comments

Comments
 (0)