Skip to content

Commit 70a8c9e

Browse files
author
Marc-André Rivet
committed
Merge remote-tracking branch 'origin/dev'
2 parents c69402f + 177509b commit 70a8c9e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.13.1] - 2020-06-17
6+
57
## [1.13.0] - 2020-06-17
68
### Added
79
- [#1289](https://github.com/plotly/dash/pull/1289) Supports `DASH_PROXY` env var to tell `app.run_server` to report the correct URL to view your app, when it's being proxied. Throws an error if the proxy is incompatible with the host and port you've given the server.

Diff for: dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.13.0"
1+
__version__ = "1.13.1"

Diff for: requires-install.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask>=1.0.2
22
flask-compress
33
plotly
44
dash_renderer==1.5.0
5-
dash-core-components==1.10.0
5+
dash-core-components==1.10.1
66
dash-html-components==1.0.3
77
dash-table==4.8.0
88
future

0 commit comments

Comments
 (0)