Skip to content

Commit 6f112f4

Browse files
author
Marc-André Rivet
committed
bump version to 1.1.1
1 parent 9984bf5 commit 6f112f4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

dash/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.1] - 2019-08-06
2+
### Changed
3+
- Bumped dash-core-components version from 1.1.0 to [1.1.1](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md#111---2019-08-06)
4+
15
## [1.1.0] - 2019-08-05
26
### Added
37
- [#827](https://github.com/plotly/dash/pull/827) Adds support for dashR testing using pytest framework

dash/version.py

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

requires-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ PyYAML>=5.1.1
33
flask-compress
44
plotly
55
dash_renderer==1.0.0
6-
dash-core-components>=1.1.0
6+
dash-core-components==1.1.1
77
dash-html-components==1.0.0
88
dash-table==4.1.0

0 commit comments

Comments
 (0)