Skip to content

Commit

Permalink
v0.6.1 (#191)
Browse files Browse the repository at this point in the history
* v0.6.0

* v0.6.0

* v0.6.1
  • Loading branch information
jwkvam authored Feb 2, 2018
1 parent 9d808db commit 2d5d364
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.6.1 / 2018-02-01

### Added

* Docstring examples of sizing components.
* More checks to ensure adding components works as expected.

### Fixed

* Bug which incorrectly tracked which parts of the grid were occupied by widgets.

## 0.6.0 / 2018-01-31

### 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.6.1-dev'
__version__ = '0.6.1'

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

0 comments on commit 2d5d364

Please sign in to comment.