Skip to content

Commit 1cc7b3e

Browse files
authored
dash 1.18.1 dev to master (#1492)
1 parent 1f4f2f3 commit 1cc7b3e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Flask>=1.0.2
1+
Flask>=1.0.4
22
flask-compress
33
plotly
44
dash_renderer==1.8.3
5-
dash-core-components==1.14.0
5+
dash-core-components==1.14.1
66
dash-html-components==1.1.1
77
dash-table==4.11.1
88
future

0 commit comments

Comments
 (0)