Skip to content

Commit 57b340a

Browse files
author
Marc-André Rivet
committed
bump dash to 1.4.0
1 parent d9f60a9 commit 57b340a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

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

5-
## Unreleased
5+
## [1.4.0] - 2019-10-08
66
### Added
77
- [#948](https://github.com/plotly/dash/pull/948) Support setting working directory for R apps run using the `dashr` fixture, primarily useful for tests with assets. `dashr.start_server` supports a `cwd` argument to set an explicit working directory, and has smarter defaults when it's omitted: if `app` is a path to an R script, uses the directory of that path; if `app` is a string, uses the directory the test file itself is in.
88
- [#944](https://github.com/plotly/dash/pull/944)

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.1'
1+
__version__ = '1.4.0'

requires-install.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Flask>=1.0.2
22
flask-compress
33
plotly
4-
dash_renderer>=1.1.0
5-
dash-core-components>=1.2.1
4+
dash_renderer==1.1.1
5+
dash-core-components==1.3.0
66
dash-html-components==1.0.1
7-
dash-table>=4.3.0
7+
dash-table==4.4.0
88
future

0 commit comments

Comments
 (0)