From 5df0da3a6feadaa44070c6afc5f29a88511a1895 Mon Sep 17 00:00:00 2001 From: Valentijn Nieman Date: Mon, 12 Nov 2018 14:14:18 -0500 Subject: [PATCH] Update version to 1.0.0rc1 --- CHANGELOG.md | 4 ++++ dash/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5936f46e20..bf5c2b4be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.0-rc1] - 2018-11-12 +### Changed +- Updated `react` and `react-dom` in other Dash repo's to version `16.6.1`. Upgrading to React 16 includes some small breaking changes, discussed [here](https://reactjs.org/blog/2017/09/26/react-v16.0.html#breaking-changes) + ## 0.29.0 - 2018-11-06 ## Added - Added component namespaces registry, collect the resources needed by component library when they are imported instead of crawling the layout. [#444](https://github.com/plotly/dash/pull/444) diff --git a/dash/version.py b/dash/version.py index 9093e4e468..195ef069da 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = '0.29.0' +__version__ = '1.0.0rc1'