Skip to content

Commit 229978b

Browse files
committed
Update version and changelog.
1 parent 8b64280 commit 229978b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.28.6 - 2018-11-05
2+
## Fixed
3+
- `Dash.registered_paths` changed to a `collections.defaultdict(set)`, was appending the same package paths on every index. [#443](https://github.com/plotly/dash/pull/443)
4+
15
## 0.28.5 - 2018-10-18
26
## Fixed
37
- Replace windows endline when generating the components classes docstring [#431](https://github.com/plotly/dash/pull/431)

dash/version.py

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

0 commit comments

Comments
 (0)