Skip to content

Commit 7d989af

Browse files
authored
Merge pull request #1486 from plotly/dash-v1.18.1
[prerelease] dash 1.18.1, loosen versions
2 parents 6e3236c + ce4852b commit 7d989af

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [1.18.1] - 2020-12-09
6+
57
## [1.18.0] - 2020-12-07
68

79
## [1.17.0] - 2020-10-29

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.18.0"
1+
__version__ = "1.18.1"

requires-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask>=1.0.2
22
flask-compress
33
plotly
44
dash_renderer==1.8.3
5-
dash-core-components==1.14.0
5+
dash-core-components>=1.14.0
66
dash-html-components==1.1.1
77
dash-table==4.11.1
88
future

0 commit comments

Comments
 (0)