Skip to content

Commit ed63c3c

Browse files
author
Marc-André Rivet
committed
bump version, loosen version requirements
1 parent 447a1d5 commit ed63c3c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.13.0"
1+
__version__ = "1.13.1"

requires-install.txt

Lines changed: 1 addition & 1 deletion
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.0
66
dash-html-components==1.0.3
77
dash-table==4.8.0
88
future

0 commit comments

Comments
 (0)