From e3624443d890703c74f2c325f9453e3188d7487b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andre=CC=81=20Rivet?= Date: Fri, 19 Jun 2020 11:51:28 -0400 Subject: [PATCH] bump version to 1.13.3 --- CHANGELOG.md | 2 ++ dash/version.py | 2 +- requires-install.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 266c75fc93..f5e3e398d7 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](http://semver.org/). +## [1.13.3] - 2020-06-19 + ## [1.13.2] - 2020-06-18 ### Fixed - [#1305](https://github.com/plotly/dash/issues/1305) diff --git a/dash/version.py b/dash/version.py index 8d7257c473..f77d042a57 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = "1.13.2" +__version__ = "1.13.3" diff --git a/requires-install.txt b/requires-install.txt index c7977b8cae..a316bc495e 100644 --- a/requires-install.txt +++ b/requires-install.txt @@ -4,5 +4,5 @@ plotly dash_renderer==1.5.0 dash-core-components==1.10.1 dash-html-components==1.0.3 -dash-table==4.8.0 +dash-table==4.8.1 future \ No newline at end of file