Skip to content

Commit

Permalink
v0.3.3 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed May 25, 2017
1 parent 658f4ff commit 6c0b2ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 0.3.3 / 2017-05-24

### Added

* new textbox feature to update text (#128)

### Fixed

* fixed issue preventing controllers from added to layout (#128)
* updated Layout docstring (#125)

## 0.3.2 / 2017-04-26

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

__version__ = '0.3.3-dev'
__version__ = '0.3.3'

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

0 comments on commit 6c0b2ca

Please sign in to comment.