Skip to content

Commit fbf3b74

Browse files
author
Kevin Yan
committed
Merge pull request #467 from plotly/pip-update-1.9.13
updated changelog+version.py to reflect version update for offline fix
2 parents 9ccc3c7 + b15f674 commit fbf3b74

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

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+
711
## [1.9.12] - 2016-05-16
812
### Added
913
SSL support for streaming.

plotly/version.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
__version__ = '1.9.12'
2-
1+
__version__ = '1.9.13'

0 commit comments

Comments
 (0)