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 f0e7be4 commit 59dc08aCopy full SHA for 59dc08a
CHANGELOG.md
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
7
+## [1.9.9] - 2016-04-15
8
+### Fixed
9
+- Fixed `require is not defined` issue when plotting offline outside of Ipython Notebooks.
10
+
11
## [1.9.8] - 2016-04-14
12
### Fixed
13
- Error no longer results from a "Run All" cells when working in a Jupyter Notebook.
plotly/version.py
@@ -1 +1 @@
1
-__version__ = '1.9.8'
+__version__ = '1.9.9'
0 commit comments