From 0d9b68cf97e5dcf340d93c22fe3e16041644700d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andre=CC=81=20Rivet?= Date: Thu, 18 Jun 2020 17:33:39 -0400 Subject: [PATCH] bump version to 1.13.2 --- CHANGELOG.md | 2 +- dash/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5a7a1a50..266c75fc93 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](http://semver.org/). -## [Unreleased] - 2020-06-18 +## [1.13.2] - 2020-06-18 ### Fixed - [#1305](https://github.com/plotly/dash/issues/1305) - Fix regression that causes crash when `FLASK_ENV` is modified during app execution diff --git a/dash/version.py b/dash/version.py index 4b67c39d7e..8d7257c473 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = "1.13.1" +__version__ = "1.13.2"