We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9984bf5 commit 6f112f4Copy full SHA for 6f112f4
dash/CHANGELOG.md
@@ -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
+
5
## [1.1.0] - 2019-08-05
6
### Added
7
- [#827](https://github.com/plotly/dash/pull/827) Adds support for dashR testing using pytest framework
dash/version.py
@@ -1 +1 @@
-__version__ = '1.1.0'
+__version__ = '1.1.1'
requires-install.txt
@@ -3,6 +3,6 @@ PyYAML>=5.1.1
flask-compress
plotly
dash_renderer==1.0.0
-dash-core-components>=1.1.0
+dash-core-components==1.1.1
dash-html-components==1.0.0
8
dash-table==4.1.0
0 commit comments