File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
2-
1+ ## [ 1.1.0] - 2019-08-05
32### Added
4-
53- [ #827 ] ( https://github.com/plotly/dash/pull/827 ) Adds support for dashR testing using pytest framework
64
5+ ### Changed
6+ - 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 )
7+ - 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 )
8+
79## [ 1.0.2] - 2019-07-15
810### Fixed
911- [ #821 ] ( https://github.com/plotly/dash/pull/821 ) Fix a bug with callback error reporting, [ #791 ] ( https://github.com/plotly/dash/issues/791 ) .
Original file line number Diff line number Diff line change 1- __version__ = '1.0.2 '
1+ __version__ = '1.1.0 '
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Flask>=1.0.2
22PyYAML>=5.1.1
33flask-compress
44plotly
5- dash_renderer> =1.0.0
6- dash-core-components>=1.0 .0
7- dash-html-components> =1.0.0
8- dash-table>=4.0.2
5+ dash_renderer= =1.0.0
6+ dash-core-components==1.1 .0
7+ dash-html-components= =1.0.0
8+ dash-table==4.1.0
You can’t perform that action at this time.
0 commit comments