From 8f2e58ed5e0002eecb3824da25e2955af9646a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andre=CC=81=20Rivet?= Date: Tue, 17 Sep 2019 14:26:41 -0400 Subject: [PATCH] bump dash version to 1.3.0 --- dash/CHANGELOG.md | 10 ++++++---- dash/version.py | 2 +- requires-install.txt | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/dash/CHANGELOG.md b/dash/CHANGELOG.md index 4524ade973..81e3fc37e8 100644 --- a/dash/CHANGELOG.md +++ b/dash/CHANGELOG.md @@ -1,14 +1,16 @@ -## Unreleased - +## [1.3.0] - 2019-09-17 ### Added - - [#923](https://github.com/plotly/dash/pull/923) Adds one configuration `--percy-assets` in `pytest` to specify extra application assets path if needed - [#918](https://github.com/plotly/dash/pull/918) Adds `wait_for_element_by_id` and `visit_and_snapshot` APIs in browser, adds `raw_command` option (it also has higher priority than the default waitress one) and optional `start_timeout` argument to handle large application within process runner -### Fixed +### Changed +- Bumped dash-table version from 4.2.0 to [4.3.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#430---2019-09-17) +- Bumped dash-core-components version from 1.1.2 to [1.2.0](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md#120---2019-09-17) +- Bumped dash-renderer version from 1.0.1 to [1.1.0](https://github.com/plotly/dash/blob/master/dash-renderer/CHANGELOG.md#110---2019-09-17) +### Fixed - [#915](https://github.com/plotly/dash/issues/915) Fixes `dash-generate-components` on Windows - [#829](https://github.com/plotly/dash/issues/829) Fixes the `--remote` pytest argument which was not effective in the code, adding a new argument `--remote-url` to support the selenium grid usage in the cloud. diff --git a/dash/version.py b/dash/version.py index 58d478ab16..19b4f1d605 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = '1.2.0' +__version__ = '1.3.0' diff --git a/requires-install.txt b/requires-install.txt index 443e825f0f..7b26a12201 100644 --- a/requires-install.txt +++ b/requires-install.txt @@ -1,7 +1,7 @@ Flask>=1.0.2 flask-compress plotly -dash_renderer>=1.0.1 +dash_renderer==1.1.0 dash-core-components==1.2.0 dash-html-components==1.0.1 dash-table==4.3.0