Skip to content

Commit fe34ed7

Browse files
author
Marc-André Rivet
committed
bump version to v1.1.0
1 parent 74d7548 commit fe34ed7

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

dash/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
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).

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.2'
1+
__version__ = '1.1.0'

requires-install.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask>=1.0.2
22
PyYAML>=5.1.1
33
flask-compress
44
plotly
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

0 commit comments

Comments
 (0)