From 938c3cae72bc66b5f6de9610573f7834569acbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andre=CC=81=20Rivet?= Date: Wed, 7 Oct 2020 15:56:25 -0400 Subject: [PATCH] bump version to 1.16.3 --- CHANGELOG.md | 2 +- dash/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded3b1b5a8..fe154d3fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to `dash` will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## Unreleased +## [1.16.3] - 2020-10-07 ### Fixed - [#1426](https://github.com/plotly/dash/pull/1426) Fix a regression caused by `flask-compress==1.6.0` causing performance degradation on server requests diff --git a/dash/version.py b/dash/version.py index 9e54f289bf..6cc7415d1a 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = "1.16.2" +__version__ = "1.16.3"