Skip to content

Commit 30e8f14

Browse files
committed
Update version and changelogs.
1 parent d2a2752 commit 30e8f14

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.28.0 - 2018-09-26
2+
## Added
3+
- Default favicon for dash apps. [#406](https://github.com/plotly/dash/pull/406#issuecomment-424821743)
4+
- Bust the cache of the assets favicon.
5+
6+
## Fixed
7+
- Remove the first and last blank lines from the HTML index string. [#403](https://github.com/plotly/dash/pull/403)
8+
19
## 0.27.0 - 2018-09-20
210
## Added
311
- Added support for serving dev bundles from the components suite, enable with `app.run_server(dev_tools_serve_dev_bundles=True)` [#369](https://github.com/plotly/dash/pull/369)

dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.27.0'
1+
__version__ = '0.28.0'

0 commit comments

Comments
 (0)