Skip to content

Commit

Permalink
Update version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Nov 5, 2018
1 parent 8b64280 commit 229978b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.28.6 - 2018-11-05
## Fixed
- `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)

## 0.28.5 - 2018-10-18
## Fixed
- Replace windows endline when generating the components classes docstring [#431](https://github.com/plotly/dash/pull/431)
Expand Down
2 changes: 1 addition & 1 deletion dash/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.28.5'
__version__ = '0.28.6'

0 comments on commit 229978b

Please sign in to comment.