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

Skip to content

Commit a559dec

Browse files
committed
1.8.6 brings us sharing options and auto_open in the config and a world_readable fix
1 parent 9605c3a commit a559dec

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

7-
## [1.8.5] - 2015-09-28
7+
## [1.8.6] - 2015-09-28
88
- Saving "world_readable" to your config file via `plotly.tools.set_config` actually works.
99
- You can also save `auto_open` and `sharing` to the config file so that you can forget these
1010
keyword argument in `py.iplot` and `py.plot`.

plotly/version.py

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

0 commit comments

Comments
 (0)