From 1cc7b3e8fcb4338bbbe4060ff95cfd9d4a3a7015 Mon Sep 17 00:00:00 2001 From: Harrisonn Griffin <36603687+harryturr@users.noreply.github.com> Date: Wed, 9 Dec 2020 16:16:00 -0500 Subject: [PATCH] dash 1.18.1 dev to master (#1492) --- CHANGELOG.md | 2 ++ dash/version.py | 2 +- requires-install.txt | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc2151c43..ed58be33f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to `dash` will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [1.18.1] - 2020-12-09 + ## [1.18.0] - 2020-12-07 ## [1.17.0] - 2020-10-29 diff --git a/dash/version.py b/dash/version.py index 6cea18d86c..4a7bff5447 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = "1.18.0" +__version__ = "1.18.1" diff --git a/requires-install.txt b/requires-install.txt index 083a53dd23..0ee466a2bb 100644 --- a/requires-install.txt +++ b/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