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

Skip to content

Commit dc27258

Browse files
committed
Merge pull request plotly#330 from plotly/version-bump
1.8.9 - proxy support for streaming
2 parents fa0f751 + 1546e0f commit dc27258

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.8.9] - 2015-10-11
8+
- If you're behind a proxy, you can make requests by setting the environmental variable HTTP_PROXY and HTTPS_PROXY (http://docs.python-requests.org/en/v1.0.4/user/advanced/#proxies). This didn't work for streaming, but now it does.
9+
710
## [1.8.8] - 2015-10-05
811
- Sometimes creating a graph with a private share-key doesn't work -
912
the graph is private, but not accessible with the share key.

plotly/version.py

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

0 commit comments

Comments
 (0)