Skip to content

Commit fd096a9

Browse files
committed
Update version and changelog.
1 parent 9b5ab50 commit fd096a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.34.0 - 2018-12-17
2+
## Added
3+
- `--ignore` option to `dash-generate-components`, default to `^_`. [#490](https://github.com/plotly/dash/pull/490)
4+
15
## 0.33.0 - 2018-12-10
26
## Added
37
- Added specific Dash exception types to replace generic exceptions (InvalidIndexException, DependencyException, ResourceException) [#487](https://github.com/plotly/dash/pull/487)

dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.33.0'
1+
__version__ = '0.34.0'

0 commit comments

Comments
 (0)