We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1729f64 commit 9b589cbCopy full SHA for 9b589cb
CHANGELOG.md
@@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
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
13
## [1.8.3] - 2015-08-14
14
### Fixed
15
- Fixed typos in `plot` and `iplot` documentations
plotly/version.py
@@ -1 +1 @@
1
-__version__ = '1.8.4'
+__version__ = '1.8.5'
0 commit comments