Skip to content

Commit b815c39

Browse files
committed
Version bump.
1 parent 6295e22 commit b815c39

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.26.3 - 2018-08-27
2+
## Fixed
3+
- Prefix assets files with `requests_pathname_prefix`. [#351](https://github.com/plotly/dash/pull/351)
4+
5+
## Added
6+
- `Dash.get_asset_url` will give the prefixed url for the asset file.
7+
18
## 0.26.2 - 2018-08-26
29
## Fixed
310
- Only create the assets blueprint once for app that provide the same flask instance to multiple dash instance. [#343](https://github.com/plotly/dash/pull/343)

Diff for: dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.26.2'
1+
__version__ = '0.26.3'

0 commit comments

Comments
 (0)