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.
2 parents 9ccc3c7 + b15f674 commit fbf3b74Copy full SHA for fbf3b74
CHANGELOG.md
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
7
+## [1.9.13] - 2016-05-19
8
+### Fixed
9
+- Fixed issue in offline mode related to the inability to reload plotly.js on page refresh and extra init_notebook_mode calls.
10
+
11
## [1.9.12] - 2016-05-16
12
### Added
13
SSL support for streaming.
plotly/version.py
@@ -1,2 +1 @@
1
-__version__ = '1.9.12'
2
-
+__version__ = '1.9.13'
0 commit comments