From 67f860120f6d8d0bfcd62ed248135d69e28b73e4 Mon Sep 17 00:00:00 2001 From: Philippe Duval Date: Fri, 10 Aug 2018 16:25:30 -0400 Subject: [PATCH] Update version and CHANGELOG. --- CHANGELOG.md | 4 ++++ dash/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed3850535..c9aab1c6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.24.0 - 2018-08-10 +## Added +- Add a modified time query string to the assets included in the index in order to bust the cache. [#319](https://github.com/plotly/dash/pull/309) + ## 0.23.1 - 2018-08-02 ## Added - Add ie-compat meta tag to the index by default. [#316](https://github.com/plotly/dash/pull/316) diff --git a/dash/version.py b/dash/version.py index db714a8550..f8ab8c2e1f 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = '0.23.1' +__version__ = '0.24.0'