Skip to content

Commit

Permalink
v0.4.2 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed Sep 5, 2017
1 parent e849313 commit ea37210
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.4.2 / 2017-09-05

### Added

* Programmatic control of sliders (#155)
* Add message popups and better testing of components (#153)

## 0.4.1 / 2017-07-29

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

__version__ = '0.4.2-dev'
__version__ = '0.4.2'

from bowtie._layout import Layout
from bowtie._command import command
Expand Down

0 comments on commit ea37210

Please sign in to comment.