Skip to content

Commit

Permalink
v0.5.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed Nov 20, 2017
1 parent 3b89edf commit 9d79a78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# CHANGELOG

## 0.5.0 / 2017-11-19

### Added

* Create multiple views to create subpages (#158)
* Cache is now backed by session storage (#160)
* Link component for switching views without a page reload

## Breaking

* Renamed `Layout` class to `App`

## 0.4.2 / 2017-09-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion bowtie/__init__.py
@@ -1,6 +1,6 @@
"""Interactive dashboard toolkit."""

__version__ = '0.5.0-dev'
__version__ = '0.5.0'

from bowtie._app import App, View
from bowtie._command import command
Expand Down

0 comments on commit 9d79a78

Please sign in to comment.