Skip to content

Commit 48d8e70

Browse files
author
Marc-André Rivet
committed
- bump dash
- bump renderer - loosen core version requirements
1 parent 771152a commit 48d8e70

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [1.6.1] - 2019-11-14
66
### Fixed
77
- [#1006](https://github.com/plotly/dash/pull/1006) Fix IE11 / ES5 compatibility and validation issues
88
- [#1006](https://github.com/plotly/dash/pull/1006) Fix bug with renderer wrapper component TreeContainer to prevent useless re-renders

dash-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-renderer",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "render dash components in react",
55
"main": "dash_renderer/dash_renderer.min.js",
66
"scripts": {
@@ -67,4 +67,4 @@
6767
"webpack-serve": "^3.1.1",
6868
"whatwg-fetch": "^2.0.2"
6969
}
70-
}
70+
}

dash/version.py

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

requires-install.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Flask>=1.0.2
22
flask-compress
33
plotly
4-
dash_renderer==1.2.0
5-
dash-core-components==1.5.0
6-
dash-html-components==1.0.1
7-
dash-table==4.5.0
4+
dash_renderer>=1.2.0
5+
dash-core-components>=1.5.0
6+
dash-html-components>=1.0.1
7+
dash-table>=4.5.0
88
future

0 commit comments

Comments
 (0)