Skip to content

Commit 9b589cb

Browse files
committed
V1.8.5 brings us a world_readable bug fix and new config_file goodies
1 parent 1729f64 commit 9b589cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.8.5] - 2015-09-28
8+
- Saving "world_readable" to your config file via `plotly.tools.set_config` actually works.
9+
- You can also save `auto_open` and `sharing` to the config file so that you can forget these
10+
keyword argument in `py.iplot` and `py.plot`.
11+
12+
713
## [1.8.3] - 2015-08-14
814
### Fixed
915
- Fixed typos in `plot` and `iplot` documentations

plotly/version.py

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

0 commit comments

Comments
 (0)