Skip to content

Commit 4934c7f

Browse files
committed
Update version and changelog.
1 parent bdbdf34 commit 4934c7f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.23.1 - 2018-08-02
2+
## Added
3+
- Add ie-compat meta tag to the index by default. [#316](https://github.com/plotly/dash/pull/316)
4+
- Add `external_script` and `external_css` keywords to dash `__init__`. [#305](https://github.com/plotly/dash/pull/305)
5+
16
## 0.23.0 - 2018-08-01
27
## Added
38
- Dash components are now generated at build-time and then imported rather than generated when a module is imported. This should reduce the time it takes to import Dash component libraries, and makes Dash compatible with IDEs.

Diff for: dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.23.0'
1+
__version__ = '0.23.1'

0 commit comments

Comments
 (0)