Skip to content

Commit 2449ee9

Browse files
committed
Version bump.
1 parent c8e6fa8 commit 2449ee9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.29.0 - 2018-11-06
2+
## Added
3+
- Added component namespaces registry, collect the resources needed by component library when they are imported instead of crawling the layout. [#444](https://github.com/plotly/dash/pull/444)
4+
15
## 0.28.7 - 2018-11-05
26
## Fixed
37
- Component generation now uses the same prop name black list in all supported Python versions. Closes [#361](https://github.com/plotly/dash/issues/361). [#450](https://github.com/plotly/dash/pull/450)

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.28.7'
1+
__version__ = '0.29.0'

0 commit comments

Comments
 (0)