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 1f4f2f3 commit 1cc7b3eCopy full SHA for 1cc7b3e
CHANGELOG.md
@@ -2,6 +2,8 @@
2
All notable changes to `dash` will be documented in this file.
3
This project adheres to [Semantic Versioning](https://semver.org/).
4
5
+## [1.18.1] - 2020-12-09
6
+
7
## [1.18.0] - 2020-12-07
8
9
## [1.17.0] - 2020-10-29
dash/version.py
@@ -1 +1 @@
1
-__version__ = "1.18.0"
+__version__ = "1.18.1"
requires-install.txt
@@ -1,8 +1,8 @@
-Flask>=1.0.2
+Flask>=1.0.4
flask-compress
plotly
dash_renderer==1.8.3
-dash-core-components==1.14.0
+dash-core-components==1.14.1
dash-html-components==1.1.1
dash-table==4.11.1
future
0 commit comments