Skip to content

Commit

Permalink
bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Rivet committed Aug 5, 2019
1 parent 74d7548 commit fe34ed7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions dash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Unreleased

## [1.1.0] - 2019-08-05
### Added

- [#827](https://github.com/plotly/dash/pull/827) Adds support for dashR testing using pytest framework

### Changed
- Bumped dash-table version from 4.0.2 to [4.1.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#410---2019-08-05)
- Bumped dash-core-components version from 1.0.0 to [1.1.0](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md#110---2019-08-05)

## [1.0.2] - 2019-07-15
### Fixed
- [#821](https://github.com/plotly/dash/pull/821) Fix a bug with callback error reporting, [#791](https://github.com/plotly/dash/issues/791).
Expand Down
2 changes: 1 addition & 1 deletion dash/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.1.0'
8 changes: 4 additions & 4 deletions requires-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Flask>=1.0.2
PyYAML>=5.1.1
flask-compress
plotly
dash_renderer>=1.0.0
dash-core-components>=1.0.0
dash-html-components>=1.0.0
dash-table>=4.0.2
dash_renderer==1.0.0
dash-core-components==1.1.0
dash-html-components==1.0.0
dash-table==4.1.0

0 comments on commit fe34ed7

Please sign in to comment.