Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed Mar 3, 2018
1 parent aa51c5e commit 167f0e7
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.9.1 / 2018-03-03

### Added

* Upgraded to webpack 4, users shouldn't see much of a difference other than
slightly improved build times.

### Fixed

* Readthedocs wasn't rendering due to type hints, fixed with conda.

## 0.9.0 / 2018-02-23

### 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.9.1-dev'
__version__ = '0.9.1'

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

0 comments on commit 167f0e7

Please sign in to comment.