diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e7c9a630..e90fbfb7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ -## UNRELEASED +## [0.37.0] - 2019-02-11 ## Fixed - Fixed collections.abc deprecation warning for python 3.8 [#563](https://github.com/plotly/dash/pull/563) ## Changed - Added core libraries as version locked dependencies [#565](https://github.com/plotly/dash/pull/565) +- Bumped dash-table version from 3.3.0 to [3.4.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#340---2019-02-08) +- Bumped dash-renderer version from 0.17.0 to [0.18.0](https://github.com/plotly/dash-renderer/blob/master/CHANGELOG.md#0180---2019-02-11) +- Bumped dash-core-components version from 0.43.0 to [0.43.1](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md#0431---2019-02-11) ## [0.36.0] - 2019-01-25 ## Removed diff --git a/dash/version.py b/dash/version.py index aae5aca675..8935b5b5d0 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = '0.36.0' +__version__ = '0.37.0' diff --git a/setup.py b/setup.py index daf3906671..b00c1747a6 100644 --- a/setup.py +++ b/setup.py @@ -20,10 +20,10 @@ 'Flask>=0.12', 'flask-compress', 'plotly', - 'dash_renderer==0.17.0', - 'dash-core-components==0.43.0', + 'dash_renderer==0.18.0', + 'dash-core-components==0.43.1', 'dash-html-components==0.13.5', - 'dash-table==3.3.0' + 'dash-table==3.4.0' ], entry_points={ 'console_scripts': [